diff --git a/.eslintplugin/index.js b/.eslintplugin/index.js index b09f597f42..fa90db7d42 100644 --- a/.eslintplugin/index.js +++ b/.eslintplugin/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 5a573f07e1..d2f6e0f5d6 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016-present, Facebook, Inc. All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/LICENSE b/LICENSE index b96dcb0480..b93be90515 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) Facebook, Inc. and its affiliates. +Copyright (c) Meta Platforms, Inc. and affiliates. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/babel.config.js b/babel.config.js index 989e2d2e94..e76a50e070 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/benchmarks/test-file-overhead/0.test.js b/benchmarks/test-file-overhead/0.test.js index bed12c324a..a698fda305 100644 --- a/benchmarks/test-file-overhead/0.test.js +++ b/benchmarks/test-file-overhead/0.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/MockStdinWatchPlugin.js b/e2e/MockStdinWatchPlugin.js index f1d92456dc..55448bd266 100644 --- a/e2e/MockStdinWatchPlugin.js +++ b/e2e/MockStdinWatchPlugin.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/Utils.ts b/e2e/Utils.ts index f46860eb28..a2e89cb0d3 100644 --- a/e2e/Utils.ts +++ b/e2e/Utils.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/asyncAndCallback.test.ts b/e2e/__tests__/asyncAndCallback.test.ts index 45926424f5..b00f7ba693 100644 --- a/e2e/__tests__/asyncAndCallback.test.ts +++ b/e2e/__tests__/asyncAndCallback.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/asyncRegenerator.test.ts b/e2e/__tests__/asyncRegenerator.test.ts index 684ef69b17..d669950a1b 100644 --- a/e2e/__tests__/asyncRegenerator.test.ts +++ b/e2e/__tests__/asyncRegenerator.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/autoClearMocks.test.ts b/e2e/__tests__/autoClearMocks.test.ts index e374bdf4e6..29f341d28a 100644 --- a/e2e/__tests__/autoClearMocks.test.ts +++ b/e2e/__tests__/autoClearMocks.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/autoResetMocks.test.ts b/e2e/__tests__/autoResetMocks.test.ts index 2208a4f981..51c079a623 100644 --- a/e2e/__tests__/autoResetMocks.test.ts +++ b/e2e/__tests__/autoResetMocks.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/autoRestoreMocks.test.ts b/e2e/__tests__/autoRestoreMocks.test.ts index 691fa96b5d..77c216fb01 100644 --- a/e2e/__tests__/autoRestoreMocks.test.ts +++ b/e2e/__tests__/autoRestoreMocks.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/babelPluginJestHoist.test.ts b/e2e/__tests__/babelPluginJestHoist.test.ts index c47a254685..b3a5c5afd1 100644 --- a/e2e/__tests__/babelPluginJestHoist.test.ts +++ b/e2e/__tests__/babelPluginJestHoist.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/badSourceMap.test.ts b/e2e/__tests__/badSourceMap.test.ts index 114a16208f..363daa68b3 100644 --- a/e2e/__tests__/badSourceMap.test.ts +++ b/e2e/__tests__/badSourceMap.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/beforeAllFiltered.ts b/e2e/__tests__/beforeAllFiltered.ts index 037ccf4cff..6c96dbc2bc 100644 --- a/e2e/__tests__/beforeAllFiltered.ts +++ b/e2e/__tests__/beforeAllFiltered.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/beforeEachQueue.ts b/e2e/__tests__/beforeEachQueue.ts index cfa0505d33..280195d989 100644 --- a/e2e/__tests__/beforeEachQueue.ts +++ b/e2e/__tests__/beforeEachQueue.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/browserResolve.ts b/e2e/__tests__/browserResolve.ts index 8bfc5baadf..662fdcc233 100644 --- a/e2e/__tests__/browserResolve.ts +++ b/e2e/__tests__/browserResolve.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/callDoneTwice.test.ts b/e2e/__tests__/callDoneTwice.test.ts index 0093d0f769..4c5e8d3701 100644 --- a/e2e/__tests__/callDoneTwice.test.ts +++ b/e2e/__tests__/callDoneTwice.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/chaiAssertionLibrary.ts b/e2e/__tests__/chaiAssertionLibrary.ts index 61de6d1fce..650c0b957b 100644 --- a/e2e/__tests__/chaiAssertionLibrary.ts +++ b/e2e/__tests__/chaiAssertionLibrary.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/circularInequality.test.ts b/e2e/__tests__/circularInequality.test.ts index 8e5747cc58..f8ab16b7ec 100644 --- a/e2e/__tests__/circularInequality.test.ts +++ b/e2e/__tests__/circularInequality.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/circusConcurrentEach.test.ts b/e2e/__tests__/circusConcurrentEach.test.ts index ca53c26053..8a4d5f5a84 100644 --- a/e2e/__tests__/circusConcurrentEach.test.ts +++ b/e2e/__tests__/circusConcurrentEach.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/circusDeclarationErrors.test.ts b/e2e/__tests__/circusDeclarationErrors.test.ts index 7a72da8065..2f9749410a 100644 --- a/e2e/__tests__/circusDeclarationErrors.test.ts +++ b/e2e/__tests__/circusDeclarationErrors.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/clearCache.test.ts b/e2e/__tests__/clearCache.test.ts index 3f7897c0b9..a734ab1734 100644 --- a/e2e/__tests__/clearCache.test.ts +++ b/e2e/__tests__/clearCache.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/clearFSAndTransformCache.test.ts b/e2e/__tests__/clearFSAndTransformCache.test.ts index 4d35bcf758..0e84752c89 100644 --- a/e2e/__tests__/clearFSAndTransformCache.test.ts +++ b/e2e/__tests__/clearFSAndTransformCache.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/cliHandlesExactFilenames.test.ts b/e2e/__tests__/cliHandlesExactFilenames.test.ts index cc26ef5c33..8f92c34252 100644 --- a/e2e/__tests__/cliHandlesExactFilenames.test.ts +++ b/e2e/__tests__/cliHandlesExactFilenames.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/compareDomNodes.test.ts b/e2e/__tests__/compareDomNodes.test.ts index 9d62f3dde0..ed159795a7 100644 --- a/e2e/__tests__/compareDomNodes.test.ts +++ b/e2e/__tests__/compareDomNodes.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/complexItemsInErrors.ts b/e2e/__tests__/complexItemsInErrors.ts index a5e7263585..b6a9023c56 100644 --- a/e2e/__tests__/complexItemsInErrors.ts +++ b/e2e/__tests__/complexItemsInErrors.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/config.test.ts b/e2e/__tests__/config.test.ts index 8e1a417a2c..e84038d994 100644 --- a/e2e/__tests__/config.test.ts +++ b/e2e/__tests__/config.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/configOverride.test.ts b/e2e/__tests__/configOverride.test.ts index 0efb17551a..46014f8055 100644 --- a/e2e/__tests__/configOverride.test.ts +++ b/e2e/__tests__/configOverride.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/console.test.ts b/e2e/__tests__/console.test.ts index a304cbda4d..163f612ed3 100644 --- a/e2e/__tests__/console.test.ts +++ b/e2e/__tests__/console.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/consoleAfterTeardown.test.ts b/e2e/__tests__/consoleAfterTeardown.test.ts index a6108d4a43..b249975681 100644 --- a/e2e/__tests__/consoleAfterTeardown.test.ts +++ b/e2e/__tests__/consoleAfterTeardown.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/consoleDebugging.test.ts b/e2e/__tests__/consoleDebugging.test.ts index b766554e98..d3b5cd2cb9 100644 --- a/e2e/__tests__/consoleDebugging.test.ts +++ b/e2e/__tests__/consoleDebugging.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/consoleLogOutputWhenRunInBand.test.ts b/e2e/__tests__/consoleLogOutputWhenRunInBand.test.ts index 914a853b5e..f62197c5c0 100644 --- a/e2e/__tests__/consoleLogOutputWhenRunInBand.test.ts +++ b/e2e/__tests__/consoleLogOutputWhenRunInBand.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/coverageHandlebars.test.ts b/e2e/__tests__/coverageHandlebars.test.ts index 7ede9d4315..015ced1a09 100644 --- a/e2e/__tests__/coverageHandlebars.test.ts +++ b/e2e/__tests__/coverageHandlebars.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/coverageProviderV8.test.ts b/e2e/__tests__/coverageProviderV8.test.ts index 260ae254a3..b282b5182f 100644 --- a/e2e/__tests__/coverageProviderV8.test.ts +++ b/e2e/__tests__/coverageProviderV8.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/coverageRemapping.test.ts b/e2e/__tests__/coverageRemapping.test.ts index 7830ee8a78..73fc31b291 100644 --- a/e2e/__tests__/coverageRemapping.test.ts +++ b/e2e/__tests__/coverageRemapping.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/coverageReport.test.ts b/e2e/__tests__/coverageReport.test.ts index eceac4342f..e3bffe332d 100644 --- a/e2e/__tests__/coverageReport.test.ts +++ b/e2e/__tests__/coverageReport.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/coverageThreshold.test.ts b/e2e/__tests__/coverageThreshold.test.ts index 52776ed786..60b6850c60 100644 --- a/e2e/__tests__/coverageThreshold.test.ts +++ b/e2e/__tests__/coverageThreshold.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/coverageTransformInstrumented.test.ts b/e2e/__tests__/coverageTransformInstrumented.test.ts index 7e78989597..8ae525dce4 100644 --- a/e2e/__tests__/coverageTransformInstrumented.test.ts +++ b/e2e/__tests__/coverageTransformInstrumented.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/coverageWithoutTransform.test.ts b/e2e/__tests__/coverageWithoutTransform.test.ts index dcccab3407..ba2bdc53fc 100644 --- a/e2e/__tests__/coverageWithoutTransform.test.ts +++ b/e2e/__tests__/coverageWithoutTransform.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/crawlSymlinks.test.ts b/e2e/__tests__/crawlSymlinks.test.ts index 6f527b305b..93ee50147b 100644 --- a/e2e/__tests__/crawlSymlinks.test.ts +++ b/e2e/__tests__/crawlSymlinks.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/createProcessObject.test.ts b/e2e/__tests__/createProcessObject.test.ts index c31747b63f..8c9db3d83a 100644 --- a/e2e/__tests__/createProcessObject.test.ts +++ b/e2e/__tests__/createProcessObject.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/customEsmTestSequencers.test.ts b/e2e/__tests__/customEsmTestSequencers.test.ts index 134dd26e19..615a79cd87 100644 --- a/e2e/__tests__/customEsmTestSequencers.test.ts +++ b/e2e/__tests__/customEsmTestSequencers.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/customHaste.test.ts b/e2e/__tests__/customHaste.test.ts index 4085381b79..5d6b23270b 100644 --- a/e2e/__tests__/customHaste.test.ts +++ b/e2e/__tests__/customHaste.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/customInlineSnapshotMatchers.test.ts b/e2e/__tests__/customInlineSnapshotMatchers.test.ts index 8e1254d09b..49b5783e69 100644 --- a/e2e/__tests__/customInlineSnapshotMatchers.test.ts +++ b/e2e/__tests__/customInlineSnapshotMatchers.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/customMatcherStackTrace.test.ts b/e2e/__tests__/customMatcherStackTrace.test.ts index b0268f3a9b..2d0a3e816d 100644 --- a/e2e/__tests__/customMatcherStackTrace.test.ts +++ b/e2e/__tests__/customMatcherStackTrace.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/customReporters.test.ts b/e2e/__tests__/customReporters.test.ts index f76647fd57..fc40f36c23 100644 --- a/e2e/__tests__/customReporters.test.ts +++ b/e2e/__tests__/customReporters.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/customReportersOnCircus.test.ts b/e2e/__tests__/customReportersOnCircus.test.ts index c30483085a..57f35e3b50 100644 --- a/e2e/__tests__/customReportersOnCircus.test.ts +++ b/e2e/__tests__/customReportersOnCircus.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/customResolver.test.ts b/e2e/__tests__/customResolver.test.ts index 21bd0e8cd4..e90f0a558c 100644 --- a/e2e/__tests__/customResolver.test.ts +++ b/e2e/__tests__/customResolver.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/customTestSequencers.test.ts b/e2e/__tests__/customTestSequencers.test.ts index 33118c693b..40f0c43fc3 100644 --- a/e2e/__tests__/customTestSequencers.test.ts +++ b/e2e/__tests__/customTestSequencers.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/debug.test.ts b/e2e/__tests__/debug.test.ts index dc033abbcd..26dd234694 100644 --- a/e2e/__tests__/debug.test.ts +++ b/e2e/__tests__/debug.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/declarationErrors.test.ts b/e2e/__tests__/declarationErrors.test.ts index 3c7f67a5d2..16a0793dc1 100644 --- a/e2e/__tests__/declarationErrors.test.ts +++ b/e2e/__tests__/declarationErrors.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/dependencyClash.test.ts b/e2e/__tests__/dependencyClash.test.ts index 98fc1267e4..311c89453d 100644 --- a/e2e/__tests__/dependencyClash.test.ts +++ b/e2e/__tests__/dependencyClash.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/detectOpenHandles.ts b/e2e/__tests__/detectOpenHandles.ts index c23359faee..90a2300f23 100644 --- a/e2e/__tests__/detectOpenHandles.ts +++ b/e2e/__tests__/detectOpenHandles.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/domDiffing.test.ts b/e2e/__tests__/domDiffing.test.ts index 2fe384efb2..fb7b2800a4 100644 --- a/e2e/__tests__/domDiffing.test.ts +++ b/e2e/__tests__/domDiffing.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/doneInHooks.test.ts b/e2e/__tests__/doneInHooks.test.ts index f912f7a378..bbe96fc076 100644 --- a/e2e/__tests__/doneInHooks.test.ts +++ b/e2e/__tests__/doneInHooks.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/dynamicRequireDependencies.ts b/e2e/__tests__/dynamicRequireDependencies.ts index 3f6c96a973..5ea8498c01 100644 --- a/e2e/__tests__/dynamicRequireDependencies.ts +++ b/e2e/__tests__/dynamicRequireDependencies.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/each.test.ts b/e2e/__tests__/each.test.ts index 2dcfcad115..5757dd4d4a 100644 --- a/e2e/__tests__/each.test.ts +++ b/e2e/__tests__/each.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/emptyDescribeWithHooks.test.ts b/e2e/__tests__/emptyDescribeWithHooks.test.ts index 050347b40d..8ea1a59180 100644 --- a/e2e/__tests__/emptyDescribeWithHooks.test.ts +++ b/e2e/__tests__/emptyDescribeWithHooks.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/emptySuiteError.test.ts b/e2e/__tests__/emptySuiteError.test.ts index 789be229cf..337dab2e4d 100644 --- a/e2e/__tests__/emptySuiteError.test.ts +++ b/e2e/__tests__/emptySuiteError.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/env.test.ts b/e2e/__tests__/env.test.ts index 7555335e08..9d8f4ed64c 100644 --- a/e2e/__tests__/env.test.ts +++ b/e2e/__tests__/env.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/environmentAfterTeardown.test.ts b/e2e/__tests__/environmentAfterTeardown.test.ts index 103e33d1d4..1216014a2a 100644 --- a/e2e/__tests__/environmentAfterTeardown.test.ts +++ b/e2e/__tests__/environmentAfterTeardown.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/errorOnDeprecated.test.ts b/e2e/__tests__/errorOnDeprecated.test.ts index 5527f81c5e..6bdfec2c7e 100644 --- a/e2e/__tests__/errorOnDeprecated.test.ts +++ b/e2e/__tests__/errorOnDeprecated.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/esmConfigFile.test.ts b/e2e/__tests__/esmConfigFile.test.ts index 6f9ead1267..4e1c5e8e96 100644 --- a/e2e/__tests__/esmConfigFile.test.ts +++ b/e2e/__tests__/esmConfigFile.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/executeTestsOnceInMpr.ts b/e2e/__tests__/executeTestsOnceInMpr.ts index f471afca54..016d6eeec9 100644 --- a/e2e/__tests__/executeTestsOnceInMpr.ts +++ b/e2e/__tests__/executeTestsOnceInMpr.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/existentRoots.test.ts b/e2e/__tests__/existentRoots.test.ts index 0181635309..50401266a4 100644 --- a/e2e/__tests__/existentRoots.test.ts +++ b/e2e/__tests__/existentRoots.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/expectAsyncMatcher.test.ts b/e2e/__tests__/expectAsyncMatcher.test.ts index 5602bad3bd..ca9a9c5843 100644 --- a/e2e/__tests__/expectAsyncMatcher.test.ts +++ b/e2e/__tests__/expectAsyncMatcher.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/expectInVm.test.ts b/e2e/__tests__/expectInVm.test.ts index 8074f43b76..ed8f5a31e2 100644 --- a/e2e/__tests__/expectInVm.test.ts +++ b/e2e/__tests__/expectInVm.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/failureDetailsProperty.test.ts b/e2e/__tests__/failureDetailsProperty.test.ts index 9b53b8d706..72fd468ddd 100644 --- a/e2e/__tests__/failureDetailsProperty.test.ts +++ b/e2e/__tests__/failureDetailsProperty.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/failures.test.ts b/e2e/__tests__/failures.test.ts index c6cbb8e095..f9b61caeea 100644 --- a/e2e/__tests__/failures.test.ts +++ b/e2e/__tests__/failures.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/fakePromises.test.ts b/e2e/__tests__/fakePromises.test.ts index 61cb548eec..ea2a0df732 100644 --- a/e2e/__tests__/fakePromises.test.ts +++ b/e2e/__tests__/fakePromises.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/fakeTimers.test.ts b/e2e/__tests__/fakeTimers.test.ts index 4adefe0f05..eb6a962ccc 100644 --- a/e2e/__tests__/fakeTimers.test.ts +++ b/e2e/__tests__/fakeTimers.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/fakeTimersLegacy.test.ts b/e2e/__tests__/fakeTimersLegacy.test.ts index 52571da9d4..268ce5aa80 100644 --- a/e2e/__tests__/fakeTimersLegacy.test.ts +++ b/e2e/__tests__/fakeTimersLegacy.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/fatalWorkerError.test.ts b/e2e/__tests__/fatalWorkerError.test.ts index 477932738d..0d6749d6da 100644 --- a/e2e/__tests__/fatalWorkerError.test.ts +++ b/e2e/__tests__/fatalWorkerError.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/filter.test.ts b/e2e/__tests__/filter.test.ts index 356e0f9c3b..c53f44c4d0 100644 --- a/e2e/__tests__/filter.test.ts +++ b/e2e/__tests__/filter.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/findRelatedFiles.test.ts b/e2e/__tests__/findRelatedFiles.test.ts index a5999d5d45..f889ac8a45 100644 --- a/e2e/__tests__/findRelatedFiles.test.ts +++ b/e2e/__tests__/findRelatedFiles.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/focusedTests.test.ts b/e2e/__tests__/focusedTests.test.ts index 2909d910e9..d09c3cc23a 100644 --- a/e2e/__tests__/focusedTests.test.ts +++ b/e2e/__tests__/focusedTests.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/forceExit.test.ts b/e2e/__tests__/forceExit.test.ts index 3af3936d5d..38e1427839 100644 --- a/e2e/__tests__/forceExit.test.ts +++ b/e2e/__tests__/forceExit.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/generatorMock.test.ts b/e2e/__tests__/generatorMock.test.ts index 74d08b8966..1dc3def284 100644 --- a/e2e/__tests__/generatorMock.test.ts +++ b/e2e/__tests__/generatorMock.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/global-mutation.test.ts b/e2e/__tests__/global-mutation.test.ts index 828ee674f3..22a8030f74 100644 --- a/e2e/__tests__/global-mutation.test.ts +++ b/e2e/__tests__/global-mutation.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/global.test.ts b/e2e/__tests__/global.test.ts index 04e93e76d4..46aef0aa0d 100644 --- a/e2e/__tests__/global.test.ts +++ b/e2e/__tests__/global.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/globalSetup.test.ts b/e2e/__tests__/globalSetup.test.ts index bd87d29806..f7c4a29eb6 100644 --- a/e2e/__tests__/globalSetup.test.ts +++ b/e2e/__tests__/globalSetup.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/globalTeardown.test.ts b/e2e/__tests__/globalTeardown.test.ts index 811ddcf374..360200f0a5 100644 --- a/e2e/__tests__/globalTeardown.test.ts +++ b/e2e/__tests__/globalTeardown.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/globals.test.ts b/e2e/__tests__/globals.test.ts index 587efa3ed2..09b30f4532 100644 --- a/e2e/__tests__/globals.test.ts +++ b/e2e/__tests__/globals.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/hasteMapMockChanged.test.ts b/e2e/__tests__/hasteMapMockChanged.test.ts index 266e24e053..8066599761 100644 --- a/e2e/__tests__/hasteMapMockChanged.test.ts +++ b/e2e/__tests__/hasteMapMockChanged.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/hasteMapSha1.test.ts b/e2e/__tests__/hasteMapSha1.test.ts index e78914fdda..eea4223bf6 100644 --- a/e2e/__tests__/hasteMapSha1.test.ts +++ b/e2e/__tests__/hasteMapSha1.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/hasteMapSize.test.ts b/e2e/__tests__/hasteMapSize.test.ts index e88d626900..02ef153def 100644 --- a/e2e/__tests__/hasteMapSize.test.ts +++ b/e2e/__tests__/hasteMapSize.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/importedGlobals.test.ts b/e2e/__tests__/importedGlobals.test.ts index 146ed65447..699ec729f0 100644 --- a/e2e/__tests__/importedGlobals.test.ts +++ b/e2e/__tests__/importedGlobals.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/injectGlobals.test.ts b/e2e/__tests__/injectGlobals.test.ts index 141a5e84b4..9ce06fca65 100644 --- a/e2e/__tests__/injectGlobals.test.ts +++ b/e2e/__tests__/injectGlobals.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/isolateModules.test.ts b/e2e/__tests__/isolateModules.test.ts index 25ecd76fac..d177cefb03 100644 --- a/e2e/__tests__/isolateModules.test.ts +++ b/e2e/__tests__/isolateModules.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/iterator-to-null-test.ts b/e2e/__tests__/iterator-to-null-test.ts index 7130293e5e..51b02e1c3a 100644 --- a/e2e/__tests__/iterator-to-null-test.ts +++ b/e2e/__tests__/iterator-to-null-test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/jasmineAsync.test.ts b/e2e/__tests__/jasmineAsync.test.ts index 34ade4c79c..37418d5395 100644 --- a/e2e/__tests__/jasmineAsync.test.ts +++ b/e2e/__tests__/jasmineAsync.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/jasmineAsyncWithPendingDuringTest.ts b/e2e/__tests__/jasmineAsyncWithPendingDuringTest.ts index bfa23463e0..5eacee1272 100644 --- a/e2e/__tests__/jasmineAsyncWithPendingDuringTest.ts +++ b/e2e/__tests__/jasmineAsyncWithPendingDuringTest.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/jest.config.js.test.ts b/e2e/__tests__/jest.config.js.test.ts index ee5105e8df..dc87668a53 100644 --- a/e2e/__tests__/jest.config.js.test.ts +++ b/e2e/__tests__/jest.config.js.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/jest.config.ts.test.ts b/e2e/__tests__/jest.config.ts.test.ts index 3b2079cca0..5e71eb9280 100644 --- a/e2e/__tests__/jest.config.ts.test.ts +++ b/e2e/__tests__/jest.config.ts.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/jestChangedFiles.test.ts b/e2e/__tests__/jestChangedFiles.test.ts index 12c26fecbc..3d6f4c0c15 100644 --- a/e2e/__tests__/jestChangedFiles.test.ts +++ b/e2e/__tests__/jestChangedFiles.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/jestEnvironmentJsdom.test.ts b/e2e/__tests__/jestEnvironmentJsdom.test.ts index f88e657d89..7fa6711ad2 100644 --- a/e2e/__tests__/jestEnvironmentJsdom.test.ts +++ b/e2e/__tests__/jestEnvironmentJsdom.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/jestObject.test.ts b/e2e/__tests__/jestObject.test.ts index 0818da27bc..385c3c3aac 100644 --- a/e2e/__tests__/jestObject.test.ts +++ b/e2e/__tests__/jestObject.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/jestRequireActual.test.ts b/e2e/__tests__/jestRequireActual.test.ts index 8cf118185a..2a4cb6faa5 100644 --- a/e2e/__tests__/jestRequireActual.test.ts +++ b/e2e/__tests__/jestRequireActual.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/jestRequireMock.test.ts b/e2e/__tests__/jestRequireMock.test.ts index 1ea7a21e91..0eaccf009b 100644 --- a/e2e/__tests__/jestRequireMock.test.ts +++ b/e2e/__tests__/jestRequireMock.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/json.test.ts b/e2e/__tests__/json.test.ts index eaca0c4a9a..ffb936baed 100644 --- a/e2e/__tests__/json.test.ts +++ b/e2e/__tests__/json.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/jsonReporter.test.ts b/e2e/__tests__/jsonReporter.test.ts index df2dba4830..96494e425f 100644 --- a/e2e/__tests__/jsonReporter.test.ts +++ b/e2e/__tests__/jsonReporter.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/lifecycles.ts b/e2e/__tests__/lifecycles.ts index 443ce6310e..eca1e928ad 100644 --- a/e2e/__tests__/lifecycles.ts +++ b/e2e/__tests__/lifecycles.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/listTests.test.ts b/e2e/__tests__/listTests.test.ts index 4da1bd54f4..811527848d 100644 --- a/e2e/__tests__/listTests.test.ts +++ b/e2e/__tests__/listTests.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/locationInResults.test.ts b/e2e/__tests__/locationInResults.test.ts index 520209ae47..74fd8a5060 100644 --- a/e2e/__tests__/locationInResults.test.ts +++ b/e2e/__tests__/locationInResults.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/logHeapUsage.test.ts b/e2e/__tests__/logHeapUsage.test.ts index 6d5d923c99..7932ace7d9 100644 --- a/e2e/__tests__/logHeapUsage.test.ts +++ b/e2e/__tests__/logHeapUsage.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/mockFunctions.test.ts b/e2e/__tests__/mockFunctions.test.ts index 2951b0fb51..4b19f2c377 100644 --- a/e2e/__tests__/mockFunctions.test.ts +++ b/e2e/__tests__/mockFunctions.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/mockNames.test.ts b/e2e/__tests__/mockNames.test.ts index 3fe7727929..ff2a78d2ae 100644 --- a/e2e/__tests__/mockNames.test.ts +++ b/e2e/__tests__/mockNames.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/moduleNameMapper.test.ts b/e2e/__tests__/moduleNameMapper.test.ts index c71d59edcf..7c56e1cfd6 100644 --- a/e2e/__tests__/moduleNameMapper.test.ts +++ b/e2e/__tests__/moduleNameMapper.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/moduleParentNullInTest.ts b/e2e/__tests__/moduleParentNullInTest.ts index 1d77aba584..d782b72b3f 100644 --- a/e2e/__tests__/moduleParentNullInTest.ts +++ b/e2e/__tests__/moduleParentNullInTest.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/multiProjectRunner.test.ts b/e2e/__tests__/multiProjectRunner.test.ts index ceacce2b8c..84a4e79dd9 100644 --- a/e2e/__tests__/multiProjectRunner.test.ts +++ b/e2e/__tests__/multiProjectRunner.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/multipleConfigs.ts b/e2e/__tests__/multipleConfigs.ts index bf5a71a1da..e026338e0b 100644 --- a/e2e/__tests__/multipleConfigs.ts +++ b/e2e/__tests__/multipleConfigs.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/nativeAsyncMock.test.ts b/e2e/__tests__/nativeAsyncMock.test.ts index dfcf2ba94b..f8e06fe12a 100644 --- a/e2e/__tests__/nativeAsyncMock.test.ts +++ b/e2e/__tests__/nativeAsyncMock.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/nativeEsm.test.ts b/e2e/__tests__/nativeEsm.test.ts index be7e416004..d4a1e9631a 100644 --- a/e2e/__tests__/nativeEsm.test.ts +++ b/e2e/__tests__/nativeEsm.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/nativeEsmTypescript.test.ts b/e2e/__tests__/nativeEsmTypescript.test.ts index 199c1705e2..52de1432d1 100644 --- a/e2e/__tests__/nativeEsmTypescript.test.ts +++ b/e2e/__tests__/nativeEsmTypescript.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/nestedEventLoop.test.ts b/e2e/__tests__/nestedEventLoop.test.ts index c1eb321680..4491937aef 100644 --- a/e2e/__tests__/nestedEventLoop.test.ts +++ b/e2e/__tests__/nestedEventLoop.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/nestedTestDefinitions.test.ts b/e2e/__tests__/nestedTestDefinitions.test.ts index 4559fc279c..11f2745445 100644 --- a/e2e/__tests__/nestedTestDefinitions.test.ts +++ b/e2e/__tests__/nestedTestDefinitions.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/noTestFound.test.ts b/e2e/__tests__/noTestFound.test.ts index 78476c6388..68584353e0 100644 --- a/e2e/__tests__/noTestFound.test.ts +++ b/e2e/__tests__/noTestFound.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/noTestsFound.test.ts b/e2e/__tests__/noTestsFound.test.ts index 4d373c266f..0c90d3f240 100644 --- a/e2e/__tests__/noTestsFound.test.ts +++ b/e2e/__tests__/noTestsFound.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/nodePath.test.ts b/e2e/__tests__/nodePath.test.ts index b519f19b81..c7ea951b0f 100644 --- a/e2e/__tests__/nodePath.test.ts +++ b/e2e/__tests__/nodePath.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/onlyChanged.test.ts b/e2e/__tests__/onlyChanged.test.ts index 3cbbb282f0..2d50441d7e 100644 --- a/e2e/__tests__/onlyChanged.test.ts +++ b/e2e/__tests__/onlyChanged.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/onlyFailuresNonWatch.test.ts b/e2e/__tests__/onlyFailuresNonWatch.test.ts index 720c476556..710339dbda 100644 --- a/e2e/__tests__/onlyFailuresNonWatch.test.ts +++ b/e2e/__tests__/onlyFailuresNonWatch.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/overrideGlobals.test.ts b/e2e/__tests__/overrideGlobals.test.ts index 20437f29e3..25afe5112e 100644 --- a/e2e/__tests__/overrideGlobals.test.ts +++ b/e2e/__tests__/overrideGlobals.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/pnp.test.ts b/e2e/__tests__/pnp.test.ts index 79d565deb4..adce15ce09 100644 --- a/e2e/__tests__/pnp.test.ts +++ b/e2e/__tests__/pnp.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/presets.test.ts b/e2e/__tests__/presets.test.ts index cedd77880e..44b0c7d435 100644 --- a/e2e/__tests__/presets.test.ts +++ b/e2e/__tests__/presets.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/processExit.test.ts b/e2e/__tests__/processExit.test.ts index ea7c1a9d8d..0770b1954e 100644 --- a/e2e/__tests__/processExit.test.ts +++ b/e2e/__tests__/processExit.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/promiseReject.test.ts b/e2e/__tests__/promiseReject.test.ts index e079c567c2..a4fb57ae7b 100644 --- a/e2e/__tests__/promiseReject.test.ts +++ b/e2e/__tests__/promiseReject.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/readInitialOptions.test.ts b/e2e/__tests__/readInitialOptions.test.ts index 9d2ba417eb..d5776913f5 100644 --- a/e2e/__tests__/readInitialOptions.test.ts +++ b/e2e/__tests__/readInitialOptions.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/regexCharInPath.test.ts b/e2e/__tests__/regexCharInPath.test.ts index b6ec5d837c..c5960a4520 100644 --- a/e2e/__tests__/regexCharInPath.test.ts +++ b/e2e/__tests__/regexCharInPath.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/requireAfterTeardown.test.ts b/e2e/__tests__/requireAfterTeardown.test.ts index c7e2b1d3f8..cb9607549b 100644 --- a/e2e/__tests__/requireAfterTeardown.test.ts +++ b/e2e/__tests__/requireAfterTeardown.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/requireMain.test.ts b/e2e/__tests__/requireMain.test.ts index 361790c0fb..e93527177a 100644 --- a/e2e/__tests__/requireMain.test.ts +++ b/e2e/__tests__/requireMain.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/requireMainAfterCreateRequire.test.ts b/e2e/__tests__/requireMainAfterCreateRequire.test.ts index 95ef949fd5..c456df6200 100644 --- a/e2e/__tests__/requireMainAfterCreateRequire.test.ts +++ b/e2e/__tests__/requireMainAfterCreateRequire.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/requireMainIsolateModules.test.ts b/e2e/__tests__/requireMainIsolateModules.test.ts index a924da803d..1cb2a0d32f 100644 --- a/e2e/__tests__/requireMainIsolateModules.test.ts +++ b/e2e/__tests__/requireMainIsolateModules.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/requireMainResetModules.test.ts b/e2e/__tests__/requireMainResetModules.test.ts index a318236382..f604a62ab0 100644 --- a/e2e/__tests__/requireMainResetModules.test.ts +++ b/e2e/__tests__/requireMainResetModules.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/requireMissingExt.test.ts b/e2e/__tests__/requireMissingExt.test.ts index 3421e13af9..815c7146b6 100644 --- a/e2e/__tests__/requireMissingExt.test.ts +++ b/e2e/__tests__/requireMissingExt.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/requireV8Module.test.ts b/e2e/__tests__/requireV8Module.test.ts index c7072b4230..941659eddd 100644 --- a/e2e/__tests__/requireV8Module.test.ts +++ b/e2e/__tests__/requireV8Module.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/resetModules.test.ts b/e2e/__tests__/resetModules.test.ts index cb71f32dec..3a9927acf1 100644 --- a/e2e/__tests__/resetModules.test.ts +++ b/e2e/__tests__/resetModules.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/resolve.test.ts b/e2e/__tests__/resolve.test.ts index 543c16a062..8d801b70f0 100644 --- a/e2e/__tests__/resolve.test.ts +++ b/e2e/__tests__/resolve.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/resolveAsync.test.ts b/e2e/__tests__/resolveAsync.test.ts index ab4f097757..9713674180 100644 --- a/e2e/__tests__/resolveAsync.test.ts +++ b/e2e/__tests__/resolveAsync.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/resolveConditions.test.ts b/e2e/__tests__/resolveConditions.test.ts index 7bb4781745..43ff6e11e8 100644 --- a/e2e/__tests__/resolveConditions.test.ts +++ b/e2e/__tests__/resolveConditions.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/resolveGetPaths.test.ts b/e2e/__tests__/resolveGetPaths.test.ts index f0bea396de..0d908aa7d2 100644 --- a/e2e/__tests__/resolveGetPaths.test.ts +++ b/e2e/__tests__/resolveGetPaths.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/resolveNoFileExtensions.test.ts b/e2e/__tests__/resolveNoFileExtensions.test.ts index 8681260a6f..13c4c298eb 100644 --- a/e2e/__tests__/resolveNoFileExtensions.test.ts +++ b/e2e/__tests__/resolveNoFileExtensions.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/resolveNodeModule.test.ts b/e2e/__tests__/resolveNodeModule.test.ts index bfa5a1f6d1..d7ceecae62 100644 --- a/e2e/__tests__/resolveNodeModule.test.ts +++ b/e2e/__tests__/resolveNodeModule.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/resolveWithPaths.test.ts b/e2e/__tests__/resolveWithPaths.test.ts index 7a8fff290c..aba816681b 100644 --- a/e2e/__tests__/resolveWithPaths.test.ts +++ b/e2e/__tests__/resolveWithPaths.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/retainAllFiles.test.ts b/e2e/__tests__/retainAllFiles.test.ts index 4eabd6b7e3..94161e1a75 100644 --- a/e2e/__tests__/retainAllFiles.test.ts +++ b/e2e/__tests__/retainAllFiles.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/runProgrammatically.test.ts b/e2e/__tests__/runProgrammatically.test.ts index 6d1fc68576..217cdf1fab 100644 --- a/e2e/__tests__/runProgrammatically.test.ts +++ b/e2e/__tests__/runProgrammatically.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/runProgrammaticallyMultipleProjects.test.ts b/e2e/__tests__/runProgrammaticallyMultipleProjects.test.ts index bd368c3397..84b9951ecb 100644 --- a/e2e/__tests__/runProgrammaticallyMultipleProjects.test.ts +++ b/e2e/__tests__/runProgrammaticallyMultipleProjects.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/runTestsByPath.test.ts b/e2e/__tests__/runTestsByPath.test.ts index 5792fe8c3d..5ebf617ffb 100644 --- a/e2e/__tests__/runTestsByPath.test.ts +++ b/e2e/__tests__/runTestsByPath.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/runtimeInternalModuleRegistry.test.ts b/e2e/__tests__/runtimeInternalModuleRegistry.test.ts index d06b9e7d8d..e6faf61610 100644 --- a/e2e/__tests__/runtimeInternalModuleRegistry.test.ts +++ b/e2e/__tests__/runtimeInternalModuleRegistry.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/sandboxInjectedGlobals.test.ts b/e2e/__tests__/sandboxInjectedGlobals.test.ts index 925e11267c..06326db15b 100644 --- a/e2e/__tests__/sandboxInjectedGlobals.test.ts +++ b/e2e/__tests__/sandboxInjectedGlobals.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/selectProjects.test.ts b/e2e/__tests__/selectProjects.test.ts index 2928fc8c2b..b6ed59e078 100644 --- a/e2e/__tests__/selectProjects.test.ts +++ b/e2e/__tests__/selectProjects.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/setupFiles.test.ts b/e2e/__tests__/setupFiles.test.ts index 9773178553..475c833bb5 100644 --- a/e2e/__tests__/setupFiles.test.ts +++ b/e2e/__tests__/setupFiles.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/setupFilesAfterEnvConfig.test.ts b/e2e/__tests__/setupFilesAfterEnvConfig.test.ts index 9ec387c760..031b98b2ce 100644 --- a/e2e/__tests__/setupFilesAfterEnvConfig.test.ts +++ b/e2e/__tests__/setupFilesAfterEnvConfig.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/shard.test.ts b/e2e/__tests__/shard.test.ts index 568edc9815..7a618e1925 100644 --- a/e2e/__tests__/shard.test.ts +++ b/e2e/__tests__/shard.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/showConfig.test.ts b/e2e/__tests__/showConfig.test.ts index 13be547496..cc7d598f27 100644 --- a/e2e/__tests__/showConfig.test.ts +++ b/e2e/__tests__/showConfig.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/showSeed.test.ts b/e2e/__tests__/showSeed.test.ts index d7574e1669..42b5c3d9be 100644 --- a/e2e/__tests__/showSeed.test.ts +++ b/e2e/__tests__/showSeed.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/skipBeforeAfterAll.test.ts b/e2e/__tests__/skipBeforeAfterAll.test.ts index 5190aeece3..5204809b2f 100644 --- a/e2e/__tests__/skipBeforeAfterAll.test.ts +++ b/e2e/__tests__/skipBeforeAfterAll.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/snapshot-unknown.test.ts b/e2e/__tests__/snapshot-unknown.test.ts index 6cd2748de5..569ff7e054 100644 --- a/e2e/__tests__/snapshot-unknown.test.ts +++ b/e2e/__tests__/snapshot-unknown.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/snapshot.test.ts b/e2e/__tests__/snapshot.test.ts index 8688e0f6fa..849effdfde 100644 --- a/e2e/__tests__/snapshot.test.ts +++ b/e2e/__tests__/snapshot.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/snapshotMockFs.test.ts b/e2e/__tests__/snapshotMockFs.test.ts index 632b42a7b3..16eaedc9c1 100644 --- a/e2e/__tests__/snapshotMockFs.test.ts +++ b/e2e/__tests__/snapshotMockFs.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/snapshotResolver.test.ts b/e2e/__tests__/snapshotResolver.test.ts index f94e0690ed..f511495c35 100644 --- a/e2e/__tests__/snapshotResolver.test.ts +++ b/e2e/__tests__/snapshotResolver.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/snapshotSerializers.test.ts b/e2e/__tests__/snapshotSerializers.test.ts index a625fd5d64..5c0e4543c2 100644 --- a/e2e/__tests__/snapshotSerializers.test.ts +++ b/e2e/__tests__/snapshotSerializers.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/stackTrace.test.ts b/e2e/__tests__/stackTrace.test.ts index 4e4a780bd6..9dd58e7313 100644 --- a/e2e/__tests__/stackTrace.test.ts +++ b/e2e/__tests__/stackTrace.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/stackTraceNoCaptureStackTrace.test.ts b/e2e/__tests__/stackTraceNoCaptureStackTrace.test.ts index 997aa1467c..25834d8061 100644 --- a/e2e/__tests__/stackTraceNoCaptureStackTrace.test.ts +++ b/e2e/__tests__/stackTraceNoCaptureStackTrace.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/stackTraceSourceMaps.test.ts b/e2e/__tests__/stackTraceSourceMaps.test.ts index 2f689ce37b..d7a9d4ddae 100644 --- a/e2e/__tests__/stackTraceSourceMaps.test.ts +++ b/e2e/__tests__/stackTraceSourceMaps.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/stackTraceSourceMapsWithCoverage.test.ts b/e2e/__tests__/stackTraceSourceMapsWithCoverage.test.ts index ce042f5c64..cd12883ddd 100644 --- a/e2e/__tests__/stackTraceSourceMapsWithCoverage.test.ts +++ b/e2e/__tests__/stackTraceSourceMapsWithCoverage.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/supportsDashedArgs.ts b/e2e/__tests__/supportsDashedArgs.ts index 04aa26ee3d..3f0e0f6073 100644 --- a/e2e/__tests__/supportsDashedArgs.ts +++ b/e2e/__tests__/supportsDashedArgs.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/symbol.test.ts b/e2e/__tests__/symbol.test.ts index 4db34d48d0..858850064b 100644 --- a/e2e/__tests__/symbol.test.ts +++ b/e2e/__tests__/symbol.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/testEnvironment.test.ts b/e2e/__tests__/testEnvironment.test.ts index ec55fcefd1..29b8e2e875 100644 --- a/e2e/__tests__/testEnvironment.test.ts +++ b/e2e/__tests__/testEnvironment.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/testEnvironmentAsync.test.ts b/e2e/__tests__/testEnvironmentAsync.test.ts index 2602b2532b..da1a6eec11 100644 --- a/e2e/__tests__/testEnvironmentAsync.test.ts +++ b/e2e/__tests__/testEnvironmentAsync.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/testEnvironmentCircus.test.ts b/e2e/__tests__/testEnvironmentCircus.test.ts index 8f470cab48..aec50e7c2b 100644 --- a/e2e/__tests__/testEnvironmentCircus.test.ts +++ b/e2e/__tests__/testEnvironmentCircus.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/testEnvironmentCircusAsync.test.ts b/e2e/__tests__/testEnvironmentCircusAsync.test.ts index fd2f06b92e..56692be0c2 100644 --- a/e2e/__tests__/testEnvironmentCircusAsync.test.ts +++ b/e2e/__tests__/testEnvironmentCircusAsync.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/testEnvironmentEsm.ts b/e2e/__tests__/testEnvironmentEsm.ts index ac8977839e..6e9b534655 100644 --- a/e2e/__tests__/testEnvironmentEsm.ts +++ b/e2e/__tests__/testEnvironmentEsm.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/testEnvironmentRunScript.test.ts b/e2e/__tests__/testEnvironmentRunScript.test.ts index 5aee9f9a0e..a8f8610e67 100644 --- a/e2e/__tests__/testEnvironmentRunScript.test.ts +++ b/e2e/__tests__/testEnvironmentRunScript.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/testFailing.test.ts b/e2e/__tests__/testFailing.test.ts index da8584ba7b..0c4604a253 100644 --- a/e2e/__tests__/testFailing.test.ts +++ b/e2e/__tests__/testFailing.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/testFailingJasmine.test.ts b/e2e/__tests__/testFailingJasmine.test.ts index 7c6aeecd2f..5dc0a5c1f4 100644 --- a/e2e/__tests__/testFailingJasmine.test.ts +++ b/e2e/__tests__/testFailingJasmine.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/testFailureExitCode.test.ts b/e2e/__tests__/testFailureExitCode.test.ts index a6e719b49d..0289478be3 100644 --- a/e2e/__tests__/testFailureExitCode.test.ts +++ b/e2e/__tests__/testFailureExitCode.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/testInRoot.test.ts b/e2e/__tests__/testInRoot.test.ts index 0abb834b35..c9e1f5c096 100644 --- a/e2e/__tests__/testInRoot.test.ts +++ b/e2e/__tests__/testInRoot.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/testMatch.test.ts b/e2e/__tests__/testMatch.test.ts index 60b10ca627..77df4ed76f 100644 --- a/e2e/__tests__/testMatch.test.ts +++ b/e2e/__tests__/testMatch.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/testNamePattern.test.ts b/e2e/__tests__/testNamePattern.test.ts index d8004aaede..e761020dd5 100644 --- a/e2e/__tests__/testNamePattern.test.ts +++ b/e2e/__tests__/testNamePattern.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/testNamePatternSkipped.test.ts b/e2e/__tests__/testNamePatternSkipped.test.ts index e789e2b3a2..1fdbc60aea 100644 --- a/e2e/__tests__/testNamePatternSkipped.test.ts +++ b/e2e/__tests__/testNamePatternSkipped.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/testPathPatternReporterMessage.test.ts b/e2e/__tests__/testPathPatternReporterMessage.test.ts index dc57c2670e..6349dc087e 100644 --- a/e2e/__tests__/testPathPatternReporterMessage.test.ts +++ b/e2e/__tests__/testPathPatternReporterMessage.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/testResultsProcessor.test.ts b/e2e/__tests__/testResultsProcessor.test.ts index 9ee4b7fbf6..2483d4707a 100644 --- a/e2e/__tests__/testResultsProcessor.test.ts +++ b/e2e/__tests__/testResultsProcessor.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/testRetries.test.ts b/e2e/__tests__/testRetries.test.ts index f578b1a072..cb6b8951d3 100644 --- a/e2e/__tests__/testRetries.test.ts +++ b/e2e/__tests__/testRetries.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/testTodo.test.ts b/e2e/__tests__/testTodo.test.ts index bf60beb7c3..6b0a0c0933 100644 --- a/e2e/__tests__/testTodo.test.ts +++ b/e2e/__tests__/testTodo.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/timeouts.test.ts b/e2e/__tests__/timeouts.test.ts index b15f08bf62..8a462042ed 100644 --- a/e2e/__tests__/timeouts.test.ts +++ b/e2e/__tests__/timeouts.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/timeoutsLegacy.test.ts b/e2e/__tests__/timeoutsLegacy.test.ts index 610f10ef19..7e4b609809 100644 --- a/e2e/__tests__/timeoutsLegacy.test.ts +++ b/e2e/__tests__/timeoutsLegacy.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/toMatchInlineSnapshot.test.ts b/e2e/__tests__/toMatchInlineSnapshot.test.ts index fa84394986..483fe0ab90 100644 --- a/e2e/__tests__/toMatchInlineSnapshot.test.ts +++ b/e2e/__tests__/toMatchInlineSnapshot.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/toMatchInlineSnapshotWithJSX.test.ts b/e2e/__tests__/toMatchInlineSnapshotWithJSX.test.ts index bcc9211f18..337d405233 100644 --- a/e2e/__tests__/toMatchInlineSnapshotWithJSX.test.ts +++ b/e2e/__tests__/toMatchInlineSnapshotWithJSX.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/toMatchInlineSnapshotWithRetries.test.ts b/e2e/__tests__/toMatchInlineSnapshotWithRetries.test.ts index 9ec508524f..b14720c092 100644 --- a/e2e/__tests__/toMatchInlineSnapshotWithRetries.test.ts +++ b/e2e/__tests__/toMatchInlineSnapshotWithRetries.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/toMatchSnapshot.test.ts b/e2e/__tests__/toMatchSnapshot.test.ts index d7c2a95159..c31bfaf4d6 100644 --- a/e2e/__tests__/toMatchSnapshot.test.ts +++ b/e2e/__tests__/toMatchSnapshot.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/toMatchSnapshotWithRetries.test.ts b/e2e/__tests__/toMatchSnapshotWithRetries.test.ts index 977ab90182..e9998f6078 100644 --- a/e2e/__tests__/toMatchSnapshotWithRetries.test.ts +++ b/e2e/__tests__/toMatchSnapshotWithRetries.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/toMatchSnapshotWithStringSerializer.test.ts b/e2e/__tests__/toMatchSnapshotWithStringSerializer.test.ts index 495dbebf66..49d2781ab7 100644 --- a/e2e/__tests__/toMatchSnapshotWithStringSerializer.test.ts +++ b/e2e/__tests__/toMatchSnapshotWithStringSerializer.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/toThrowErrorMatchingInlineSnapshot.test.ts b/e2e/__tests__/toThrowErrorMatchingInlineSnapshot.test.ts index 7c8b92738e..0784e8d19c 100644 --- a/e2e/__tests__/toThrowErrorMatchingInlineSnapshot.test.ts +++ b/e2e/__tests__/toThrowErrorMatchingInlineSnapshot.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/toThrowErrorMatchingSnapshot.test.ts b/e2e/__tests__/toThrowErrorMatchingSnapshot.test.ts index ff8b4f1482..0137be8037 100644 --- a/e2e/__tests__/toThrowErrorMatchingSnapshot.test.ts +++ b/e2e/__tests__/toThrowErrorMatchingSnapshot.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/transform.test.ts b/e2e/__tests__/transform.test.ts index c577a0f6e3..5e68ba87fb 100644 --- a/e2e/__tests__/transform.test.ts +++ b/e2e/__tests__/transform.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/transformLinkedModules.test.ts b/e2e/__tests__/transformLinkedModules.test.ts index cfda29af1f..4e22d6aa01 100644 --- a/e2e/__tests__/transformLinkedModules.test.ts +++ b/e2e/__tests__/transformLinkedModules.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/tsIntegration.test.ts b/e2e/__tests__/tsIntegration.test.ts index 4f09bd599e..32d9f01ccd 100644 --- a/e2e/__tests__/tsIntegration.test.ts +++ b/e2e/__tests__/tsIntegration.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/typescriptConfigFile.test.ts b/e2e/__tests__/typescriptConfigFile.test.ts index 70d40dc290..df0e316c5b 100644 --- a/e2e/__tests__/typescriptConfigFile.test.ts +++ b/e2e/__tests__/typescriptConfigFile.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/typescriptCoverage.test.ts b/e2e/__tests__/typescriptCoverage.test.ts index 060dd5ce89..aecfbc0824 100644 --- a/e2e/__tests__/typescriptCoverage.test.ts +++ b/e2e/__tests__/typescriptCoverage.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/unexpectedToken.test.ts b/e2e/__tests__/unexpectedToken.test.ts index 28f3fc2797..27c9cca6ee 100644 --- a/e2e/__tests__/unexpectedToken.test.ts +++ b/e2e/__tests__/unexpectedToken.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/useStderr.test.ts b/e2e/__tests__/useStderr.test.ts index a38334b2b8..92b62556bb 100644 --- a/e2e/__tests__/useStderr.test.ts +++ b/e2e/__tests__/useStderr.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/verbose.test.ts b/e2e/__tests__/verbose.test.ts index b9497214d7..de2bdee3fe 100644 --- a/e2e/__tests__/verbose.test.ts +++ b/e2e/__tests__/verbose.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/version.test.ts b/e2e/__tests__/version.test.ts index 564e6aa8c7..5e90d023fa 100644 --- a/e2e/__tests__/version.test.ts +++ b/e2e/__tests__/version.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/watch-plugins.test.ts b/e2e/__tests__/watch-plugins.test.ts index 5a485f8d91..efece271ea 100644 --- a/e2e/__tests__/watch-plugins.test.ts +++ b/e2e/__tests__/watch-plugins.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/watchModeNoAccess.test.ts b/e2e/__tests__/watchModeNoAccess.test.ts index e372e0f12a..ea644a9276 100644 --- a/e2e/__tests__/watchModeNoAccess.test.ts +++ b/e2e/__tests__/watchModeNoAccess.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/watchModeOnlyFailed.test.ts b/e2e/__tests__/watchModeOnlyFailed.test.ts index e47e385597..4d36586180 100644 --- a/e2e/__tests__/watchModeOnlyFailed.test.ts +++ b/e2e/__tests__/watchModeOnlyFailed.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/watchModePatterns.test.ts b/e2e/__tests__/watchModePatterns.test.ts index efff41464f..d5e3534c73 100644 --- a/e2e/__tests__/watchModePatterns.test.ts +++ b/e2e/__tests__/watchModePatterns.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/watchModeUpdateSnapshot.test.ts b/e2e/__tests__/watchModeUpdateSnapshot.test.ts index d843d99c46..14dabb0ee8 100644 --- a/e2e/__tests__/watchModeUpdateSnapshot.test.ts +++ b/e2e/__tests__/watchModeUpdateSnapshot.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/workerForceExit.test.ts b/e2e/__tests__/workerForceExit.test.ts index 071f93dfa4..ac5ea3306c 100644 --- a/e2e/__tests__/workerForceExit.test.ts +++ b/e2e/__tests__/workerForceExit.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/workerRestarting.test.ts b/e2e/__tests__/workerRestarting.test.ts index aa8cb425f7..ecba20cdf4 100644 --- a/e2e/__tests__/workerRestarting.test.ts +++ b/e2e/__tests__/workerRestarting.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/__tests__/wrongEnv.test.ts b/e2e/__tests__/wrongEnv.test.ts index b6e1400999..502bdf2791 100644 --- a/e2e/__tests__/wrongEnv.test.ts +++ b/e2e/__tests__/wrongEnv.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/async-regenerator/__tests__/test.js b/e2e/async-regenerator/__tests__/test.js index 84928a477e..b6477a0bd6 100644 --- a/e2e/async-regenerator/__tests__/test.js +++ b/e2e/async-regenerator/__tests__/test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/async-regenerator/babel.config.js b/e2e/async-regenerator/babel.config.js index 0ac60b8feb..dd6c176423 100644 --- a/e2e/async-regenerator/babel.config.js +++ b/e2e/async-regenerator/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/auto-clear-mocks/with-auto-clear/__tests__/index.js b/e2e/auto-clear-mocks/with-auto-clear/__tests__/index.js index 69031e1ee2..54dd32c6e5 100644 --- a/e2e/auto-clear-mocks/with-auto-clear/__tests__/index.js +++ b/e2e/auto-clear-mocks/with-auto-clear/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/auto-clear-mocks/with-auto-clear/index.js b/e2e/auto-clear-mocks/with-auto-clear/index.js index 3f40dc0d6b..f2f12848fe 100644 --- a/e2e/auto-clear-mocks/with-auto-clear/index.js +++ b/e2e/auto-clear-mocks/with-auto-clear/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/auto-clear-mocks/without-auto-clear/__tests__/index.js b/e2e/auto-clear-mocks/without-auto-clear/__tests__/index.js index 5c38fb471e..614a8b5ffe 100644 --- a/e2e/auto-clear-mocks/without-auto-clear/__tests__/index.js +++ b/e2e/auto-clear-mocks/without-auto-clear/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/auto-clear-mocks/without-auto-clear/index.js b/e2e/auto-clear-mocks/without-auto-clear/index.js index 39b8ce41d1..4bf45d0f36 100644 --- a/e2e/auto-clear-mocks/without-auto-clear/index.js +++ b/e2e/auto-clear-mocks/without-auto-clear/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/auto-reset-mocks/with-auto-reset/__tests__/index.js b/e2e/auto-reset-mocks/with-auto-reset/__tests__/index.js index 1861849578..d231d505ad 100644 --- a/e2e/auto-reset-mocks/with-auto-reset/__tests__/index.js +++ b/e2e/auto-reset-mocks/with-auto-reset/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/auto-reset-mocks/with-auto-reset/index.js b/e2e/auto-reset-mocks/with-auto-reset/index.js index 3f40dc0d6b..f2f12848fe 100644 --- a/e2e/auto-reset-mocks/with-auto-reset/index.js +++ b/e2e/auto-reset-mocks/with-auto-reset/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/auto-reset-mocks/without-auto-reset/__tests__/index.js b/e2e/auto-reset-mocks/without-auto-reset/__tests__/index.js index 42082cb979..238cdc5129 100644 --- a/e2e/auto-reset-mocks/without-auto-reset/__tests__/index.js +++ b/e2e/auto-reset-mocks/without-auto-reset/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/auto-reset-mocks/without-auto-reset/index.js b/e2e/auto-reset-mocks/without-auto-reset/index.js index 3f40dc0d6b..f2f12848fe 100644 --- a/e2e/auto-reset-mocks/without-auto-reset/index.js +++ b/e2e/auto-reset-mocks/without-auto-reset/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/auto-restore-mocks/with-auto-restore/__tests__/index.js b/e2e/auto-restore-mocks/with-auto-restore/__tests__/index.js index e5463e36c9..0be9e486c2 100644 --- a/e2e/auto-restore-mocks/with-auto-restore/__tests__/index.js +++ b/e2e/auto-restore-mocks/with-auto-restore/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/auto-restore-mocks/with-auto-restore/index.js b/e2e/auto-restore-mocks/with-auto-restore/index.js index a075a37bde..55e4ca7d34 100644 --- a/e2e/auto-restore-mocks/with-auto-restore/index.js +++ b/e2e/auto-restore-mocks/with-auto-restore/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/auto-restore-mocks/without-auto-restore/__tests__/index.js b/e2e/auto-restore-mocks/without-auto-restore/__tests__/index.js index 0426f3790f..b9cb4d14ad 100644 --- a/e2e/auto-restore-mocks/without-auto-restore/__tests__/index.js +++ b/e2e/auto-restore-mocks/without-auto-restore/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/auto-restore-mocks/without-auto-restore/index.js b/e2e/auto-restore-mocks/without-auto-restore/index.js index a075a37bde..55e4ca7d34 100644 --- a/e2e/auto-restore-mocks/without-auto-restore/index.js +++ b/e2e/auto-restore-mocks/without-auto-restore/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/babel-plugin-jest-hoist/__test_modules__/Mocked.js b/e2e/babel-plugin-jest-hoist/__test_modules__/Mocked.js index 0382870b90..717a1463a9 100644 --- a/e2e/babel-plugin-jest-hoist/__test_modules__/Mocked.js +++ b/e2e/babel-plugin-jest-hoist/__test_modules__/Mocked.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/babel-plugin-jest-hoist/__test_modules__/Unmocked.js b/e2e/babel-plugin-jest-hoist/__test_modules__/Unmocked.js index fe6fe15a06..29a5ae1ea5 100644 --- a/e2e/babel-plugin-jest-hoist/__test_modules__/Unmocked.js +++ b/e2e/babel-plugin-jest-hoist/__test_modules__/Unmocked.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/babel-plugin-jest-hoist/__test_modules__/__mocks__/jestBackticks.js b/e2e/babel-plugin-jest-hoist/__test_modules__/__mocks__/jestBackticks.js index 3123a2dbe1..831fbe53f0 100644 --- a/e2e/babel-plugin-jest-hoist/__test_modules__/__mocks__/jestBackticks.js +++ b/e2e/babel-plugin-jest-hoist/__test_modules__/__mocks__/jestBackticks.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/babel-plugin-jest-hoist/__test_modules__/a.js b/e2e/babel-plugin-jest-hoist/__test_modules__/a.js index 9f271ead5e..f02f0dce12 100644 --- a/e2e/babel-plugin-jest-hoist/__test_modules__/a.js +++ b/e2e/babel-plugin-jest-hoist/__test_modules__/a.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/babel-plugin-jest-hoist/__test_modules__/b.js b/e2e/babel-plugin-jest-hoist/__test_modules__/b.js index 9f271ead5e..f02f0dce12 100644 --- a/e2e/babel-plugin-jest-hoist/__test_modules__/b.js +++ b/e2e/babel-plugin-jest-hoist/__test_modules__/b.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/babel-plugin-jest-hoist/__test_modules__/c.js b/e2e/babel-plugin-jest-hoist/__test_modules__/c.js index 9f271ead5e..f02f0dce12 100644 --- a/e2e/babel-plugin-jest-hoist/__test_modules__/c.js +++ b/e2e/babel-plugin-jest-hoist/__test_modules__/c.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/babel-plugin-jest-hoist/__test_modules__/d.js b/e2e/babel-plugin-jest-hoist/__test_modules__/d.js index 9f271ead5e..f02f0dce12 100644 --- a/e2e/babel-plugin-jest-hoist/__test_modules__/d.js +++ b/e2e/babel-plugin-jest-hoist/__test_modules__/d.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/babel-plugin-jest-hoist/__test_modules__/e.js b/e2e/babel-plugin-jest-hoist/__test_modules__/e.js index 9f271ead5e..f02f0dce12 100644 --- a/e2e/babel-plugin-jest-hoist/__test_modules__/e.js +++ b/e2e/babel-plugin-jest-hoist/__test_modules__/e.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/babel-plugin-jest-hoist/__test_modules__/f.js b/e2e/babel-plugin-jest-hoist/__test_modules__/f.js index 9f271ead5e..f02f0dce12 100644 --- a/e2e/babel-plugin-jest-hoist/__test_modules__/f.js +++ b/e2e/babel-plugin-jest-hoist/__test_modules__/f.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/babel-plugin-jest-hoist/__test_modules__/g.js b/e2e/babel-plugin-jest-hoist/__test_modules__/g.js index 9f271ead5e..f02f0dce12 100644 --- a/e2e/babel-plugin-jest-hoist/__test_modules__/g.js +++ b/e2e/babel-plugin-jest-hoist/__test_modules__/g.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/babel-plugin-jest-hoist/__test_modules__/jestBackticks.js b/e2e/babel-plugin-jest-hoist/__test_modules__/jestBackticks.js index 9f271ead5e..f02f0dce12 100644 --- a/e2e/babel-plugin-jest-hoist/__test_modules__/jestBackticks.js +++ b/e2e/babel-plugin-jest-hoist/__test_modules__/jestBackticks.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/babel-plugin-jest-hoist/__tests__/importJest.test.js b/e2e/babel-plugin-jest-hoist/__tests__/importJest.test.js index 9899887997..a0271c72fd 100644 --- a/e2e/babel-plugin-jest-hoist/__tests__/importJest.test.js +++ b/e2e/babel-plugin-jest-hoist/__tests__/importJest.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/babel-plugin-jest-hoist/__tests__/integration.test.js b/e2e/babel-plugin-jest-hoist/__tests__/integration.test.js index d08edf9888..9f4c7a6773 100644 --- a/e2e/babel-plugin-jest-hoist/__tests__/integration.test.js +++ b/e2e/babel-plugin-jest-hoist/__tests__/integration.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/babel-plugin-jest-hoist/__tests__/integrationAutomockOff.test.js b/e2e/babel-plugin-jest-hoist/__tests__/integrationAutomockOff.test.js index 68c61fb26b..74612b037f 100644 --- a/e2e/babel-plugin-jest-hoist/__tests__/integrationAutomockOff.test.js +++ b/e2e/babel-plugin-jest-hoist/__tests__/integrationAutomockOff.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/babel-plugin-jest-hoist/__tests__/typescript.test.ts b/e2e/babel-plugin-jest-hoist/__tests__/typescript.test.ts index 5bb56da357..bc27a66d5b 100644 --- a/e2e/babel-plugin-jest-hoist/__tests__/typescript.test.ts +++ b/e2e/babel-plugin-jest-hoist/__tests__/typescript.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/babel-plugin-jest-hoist/babel.config.js b/e2e/babel-plugin-jest-hoist/babel.config.js index fbbefe910f..cefeacc026 100644 --- a/e2e/babel-plugin-jest-hoist/babel.config.js +++ b/e2e/babel-plugin-jest-hoist/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/babel-plugin-jest-hoist/banana.js b/e2e/babel-plugin-jest-hoist/banana.js index c2148a4e7c..f68cb39df3 100644 --- a/e2e/babel-plugin-jest-hoist/banana.js +++ b/e2e/babel-plugin-jest-hoist/banana.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/babel-plugin-jest-hoist/entry.ts b/e2e/babel-plugin-jest-hoist/entry.ts index 1c8af26cf8..5a67f4bb17 100644 --- a/e2e/babel-plugin-jest-hoist/entry.ts +++ b/e2e/babel-plugin-jest-hoist/entry.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/babel-plugin-jest-hoist/mockFile.js b/e2e/babel-plugin-jest-hoist/mockFile.js index 864df8d26d..98f256fe89 100644 --- a/e2e/babel-plugin-jest-hoist/mockFile.js +++ b/e2e/babel-plugin-jest-hoist/mockFile.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/babel-plugin-jest-hoist/types.ts b/e2e/babel-plugin-jest-hoist/types.ts index 3b55117843..5d00874d85 100644 --- a/e2e/babel-plugin-jest-hoist/types.ts +++ b/e2e/babel-plugin-jest-hoist/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/bad-source-map/__tests__/badSourceMap.js b/e2e/bad-source-map/__tests__/badSourceMap.js index 4216e15dff..42b316d883 100644 --- a/e2e/bad-source-map/__tests__/badSourceMap.js +++ b/e2e/bad-source-map/__tests__/badSourceMap.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/before-all-filtered/__tests__/beforeAllFiltered.test.js b/e2e/before-all-filtered/__tests__/beforeAllFiltered.test.js index a37ae43a74..ee63658cda 100644 --- a/e2e/before-all-filtered/__tests__/beforeAllFiltered.test.js +++ b/e2e/before-all-filtered/__tests__/beforeAllFiltered.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/before-all-skipped/__tests__/beforeAllFiltered.test.js b/e2e/before-all-skipped/__tests__/beforeAllFiltered.test.js index 50e0706579..31dc3e1ae5 100644 --- a/e2e/before-all-skipped/__tests__/beforeAllFiltered.test.js +++ b/e2e/before-all-skipped/__tests__/beforeAllFiltered.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/before-each-queue/__tests__/beforeEachQueue.test.js b/e2e/before-each-queue/__tests__/beforeEachQueue.test.js index 84016d82d6..d799ef888b 100644 --- a/e2e/before-each-queue/__tests__/beforeEachQueue.test.js +++ b/e2e/before-each-queue/__tests__/beforeEachQueue.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/browser-resolver/__tests__/test.js b/e2e/browser-resolver/__tests__/test.js index 92e94fb0ea..8eb8033161 100644 --- a/e2e/browser-resolver/__tests__/test.js +++ b/e2e/browser-resolver/__tests__/test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/browser-resolver/fake-pkg/main.js b/e2e/browser-resolver/fake-pkg/main.js index eac7e93ace..8848a98699 100644 --- a/e2e/browser-resolver/fake-pkg/main.js +++ b/e2e/browser-resolver/fake-pkg/main.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/browser-resolver/resolver.js b/e2e/browser-resolver/resolver.js index 66166811a4..b403d4a5e7 100644 --- a/e2e/browser-resolver/resolver.js +++ b/e2e/browser-resolver/resolver.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/call-done-twice/__tests__/index.test.js b/e2e/call-done-twice/__tests__/index.test.js index 5f0e25005f..78cfd3384d 100644 --- a/e2e/call-done-twice/__tests__/index.test.js +++ b/e2e/call-done-twice/__tests__/index.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/chai-assertion-library-errors/__tests__/chai_assertion.js b/e2e/chai-assertion-library-errors/__tests__/chai_assertion.js index 3b247bf94f..af08694376 100644 --- a/e2e/chai-assertion-library-errors/__tests__/chai_assertion.js +++ b/e2e/chai-assertion-library-errors/__tests__/chai_assertion.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/circus-concurrent/__tests__/concurrent-each.test.js b/e2e/circus-concurrent/__tests__/concurrent-each.test.js index 1e358d9db8..44cfd833f2 100644 --- a/e2e/circus-concurrent/__tests__/concurrent-each.test.js +++ b/e2e/circus-concurrent/__tests__/concurrent-each.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/circus-concurrent/__tests__/concurrent-only-each.test.js b/e2e/circus-concurrent/__tests__/concurrent-only-each.test.js index 0c87e30c14..2e0e55ad47 100644 --- a/e2e/circus-concurrent/__tests__/concurrent-only-each.test.js +++ b/e2e/circus-concurrent/__tests__/concurrent-only-each.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/circus-declaration-errors/__tests__/asyncDefinition.test.js b/e2e/circus-declaration-errors/__tests__/asyncDefinition.test.js index 5a519faa3b..ae9a4c5667 100644 --- a/e2e/circus-declaration-errors/__tests__/asyncDefinition.test.js +++ b/e2e/circus-declaration-errors/__tests__/asyncDefinition.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/clear-cache/__tests__/clearCache.test.js b/e2e/clear-cache/__tests__/clearCache.test.js index 3c0ad577c1..273411d6a6 100644 --- a/e2e/clear-cache/__tests__/clearCache.test.js +++ b/e2e/clear-cache/__tests__/clearCache.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/compare-dom-nodes/__tests__/failedAssertion.js b/e2e/compare-dom-nodes/__tests__/failedAssertion.js index 7d84cb50bb..721eb5e0a2 100644 --- a/e2e/compare-dom-nodes/__tests__/failedAssertion.js +++ b/e2e/compare-dom-nodes/__tests__/failedAssertion.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/config-override/__tests__/test.js b/e2e/config-override/__tests__/test.js index 2b4a7ced6f..fc395e3a0f 100644 --- a/e2e/config-override/__tests__/test.js +++ b/e2e/config-override/__tests__/test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/console-after-teardown/__tests__/console.test.js b/e2e/console-after-teardown/__tests__/console.test.js index 138fc40639..7fbc69f849 100644 --- a/e2e/console-after-teardown/__tests__/console.test.js +++ b/e2e/console-after-teardown/__tests__/console.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/console-debugging/__tests__/console-debugging.test.js b/e2e/console-debugging/__tests__/console-debugging.test.js index 9d801e87b6..f5131e6343 100644 --- a/e2e/console-debugging/__tests__/console-debugging.test.js +++ b/e2e/console-debugging/__tests__/console-debugging.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/console-debugging/jest.config.js b/e2e/console-debugging/jest.config.js index 87ce2c8889..8fe2a512e1 100644 --- a/e2e/console-debugging/jest.config.js +++ b/e2e/console-debugging/jest.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/console-debugging/stdout-spy.js b/e2e/console-debugging/stdout-spy.js index d813152260..6298f19fe1 100644 --- a/e2e/console-debugging/stdout-spy.js +++ b/e2e/console-debugging/stdout-spy.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/console-jsdom/__tests__/console.test.js b/e2e/console-jsdom/__tests__/console.test.js index f5bbe91289..c10df5ab4a 100644 --- a/e2e/console-jsdom/__tests__/console.test.js +++ b/e2e/console-jsdom/__tests__/console.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/console-winston/__tests__/console.test.js b/e2e/console-winston/__tests__/console.test.js index c85c9ef25e..0337cb1a44 100644 --- a/e2e/console-winston/__tests__/console.test.js +++ b/e2e/console-winston/__tests__/console.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/console/__tests__/console.test.js b/e2e/console/__tests__/console.test.js index 9585adbfb0..b100d69b5f 100644 --- a/e2e/console/__tests__/console.test.js +++ b/e2e/console/__tests__/console.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-handlebars/__tests__/greet.js b/e2e/coverage-handlebars/__tests__/greet.js index 1167e39510..8f7ac711d3 100644 --- a/e2e/coverage-handlebars/__tests__/greet.js +++ b/e2e/coverage-handlebars/__tests__/greet.js @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-handlebars/greet.hbs b/e2e/coverage-handlebars/greet.hbs index 9dd3847305..529f23d387 100644 --- a/e2e/coverage-handlebars/greet.hbs +++ b/e2e/coverage-handlebars/greet.hbs @@ -1,5 +1,5 @@ {{! - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-handlebars/transform-handlebars.js b/e2e/coverage-handlebars/transform-handlebars.js index a20adf4139..3263f41846 100644 --- a/e2e/coverage-handlebars/transform-handlebars.js +++ b/e2e/coverage-handlebars/transform-handlebars.js @@ -1,5 +1,5 @@ /* - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-provider-v8/cjs-native-without-sourcemap/__tests__/test.js b/e2e/coverage-provider-v8/cjs-native-without-sourcemap/__tests__/test.js index 71703f1c2d..2333e5103b 100644 --- a/e2e/coverage-provider-v8/cjs-native-without-sourcemap/__tests__/test.js +++ b/e2e/coverage-provider-v8/cjs-native-without-sourcemap/__tests__/test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-provider-v8/cjs-native-without-sourcemap/module.js b/e2e/coverage-provider-v8/cjs-native-without-sourcemap/module.js index 2178e49d17..1c48bcca97 100644 --- a/e2e/coverage-provider-v8/cjs-native-without-sourcemap/module.js +++ b/e2e/coverage-provider-v8/cjs-native-without-sourcemap/module.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-provider-v8/cjs-native-without-sourcemap/uncovered.js b/e2e/coverage-provider-v8/cjs-native-without-sourcemap/uncovered.js index 54e6c946a5..95cc30a730 100644 --- a/e2e/coverage-provider-v8/cjs-native-without-sourcemap/uncovered.js +++ b/e2e/coverage-provider-v8/cjs-native-without-sourcemap/uncovered.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-provider-v8/cjs-with-babel-transformer/__tests__/test.ts b/e2e/coverage-provider-v8/cjs-with-babel-transformer/__tests__/test.ts index 95bd150829..fc7b6540a7 100644 --- a/e2e/coverage-provider-v8/cjs-with-babel-transformer/__tests__/test.ts +++ b/e2e/coverage-provider-v8/cjs-with-babel-transformer/__tests__/test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-provider-v8/cjs-with-babel-transformer/babel.config.js b/e2e/coverage-provider-v8/cjs-with-babel-transformer/babel.config.js index 19dd8862b5..ad3cbda540 100644 --- a/e2e/coverage-provider-v8/cjs-with-babel-transformer/babel.config.js +++ b/e2e/coverage-provider-v8/cjs-with-babel-transformer/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-provider-v8/cjs-with-babel-transformer/module.ts b/e2e/coverage-provider-v8/cjs-with-babel-transformer/module.ts index 408cd8f193..bf8849591d 100644 --- a/e2e/coverage-provider-v8/cjs-with-babel-transformer/module.ts +++ b/e2e/coverage-provider-v8/cjs-with-babel-transformer/module.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-provider-v8/cjs-with-babel-transformer/types.ts b/e2e/coverage-provider-v8/cjs-with-babel-transformer/types.ts index 817feab75a..5ef064fb2e 100644 --- a/e2e/coverage-provider-v8/cjs-with-babel-transformer/types.ts +++ b/e2e/coverage-provider-v8/cjs-with-babel-transformer/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-provider-v8/cjs-with-babel-transformer/uncovered.ts b/e2e/coverage-provider-v8/cjs-with-babel-transformer/uncovered.ts index dc9caf143c..e27a8a4c58 100644 --- a/e2e/coverage-provider-v8/cjs-with-babel-transformer/uncovered.ts +++ b/e2e/coverage-provider-v8/cjs-with-babel-transformer/uncovered.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-provider-v8/empty-sourcemap/__tests__/test.ts b/e2e/coverage-provider-v8/empty-sourcemap/__tests__/test.ts index c0fa05eb8c..5c85df83d1 100644 --- a/e2e/coverage-provider-v8/empty-sourcemap/__tests__/test.ts +++ b/e2e/coverage-provider-v8/empty-sourcemap/__tests__/test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-provider-v8/empty-sourcemap/babel.config.js b/e2e/coverage-provider-v8/empty-sourcemap/babel.config.js index 19dd8862b5..ad3cbda540 100644 --- a/e2e/coverage-provider-v8/empty-sourcemap/babel.config.js +++ b/e2e/coverage-provider-v8/empty-sourcemap/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-provider-v8/empty-sourcemap/types.ts b/e2e/coverage-provider-v8/empty-sourcemap/types.ts index 40c6486315..6da19728c9 100644 --- a/e2e/coverage-provider-v8/empty-sourcemap/types.ts +++ b/e2e/coverage-provider-v8/empty-sourcemap/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-provider-v8/esm-native-without-sourcemap/__tests__/test.js b/e2e/coverage-provider-v8/esm-native-without-sourcemap/__tests__/test.js index 95bd150829..fc7b6540a7 100644 --- a/e2e/coverage-provider-v8/esm-native-without-sourcemap/__tests__/test.js +++ b/e2e/coverage-provider-v8/esm-native-without-sourcemap/__tests__/test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-provider-v8/esm-native-without-sourcemap/module.js b/e2e/coverage-provider-v8/esm-native-without-sourcemap/module.js index a40799281a..64fa066512 100644 --- a/e2e/coverage-provider-v8/esm-native-without-sourcemap/module.js +++ b/e2e/coverage-provider-v8/esm-native-without-sourcemap/module.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-provider-v8/esm-native-without-sourcemap/uncovered.js b/e2e/coverage-provider-v8/esm-native-without-sourcemap/uncovered.js index dc9caf143c..e27a8a4c58 100644 --- a/e2e/coverage-provider-v8/esm-native-without-sourcemap/uncovered.js +++ b/e2e/coverage-provider-v8/esm-native-without-sourcemap/uncovered.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-provider-v8/esm-with-custom-transformer/__tests__/test.ts b/e2e/coverage-provider-v8/esm-with-custom-transformer/__tests__/test.ts index 95bd150829..fc7b6540a7 100644 --- a/e2e/coverage-provider-v8/esm-with-custom-transformer/__tests__/test.ts +++ b/e2e/coverage-provider-v8/esm-with-custom-transformer/__tests__/test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-provider-v8/esm-with-custom-transformer/module.ts b/e2e/coverage-provider-v8/esm-with-custom-transformer/module.ts index 408cd8f193..bf8849591d 100644 --- a/e2e/coverage-provider-v8/esm-with-custom-transformer/module.ts +++ b/e2e/coverage-provider-v8/esm-with-custom-transformer/module.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-provider-v8/esm-with-custom-transformer/types.ts b/e2e/coverage-provider-v8/esm-with-custom-transformer/types.ts index 817feab75a..5ef064fb2e 100644 --- a/e2e/coverage-provider-v8/esm-with-custom-transformer/types.ts +++ b/e2e/coverage-provider-v8/esm-with-custom-transformer/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-provider-v8/esm-with-custom-transformer/typescriptPreprocessor.js b/e2e/coverage-provider-v8/esm-with-custom-transformer/typescriptPreprocessor.js index 1fdcb803c1..975d4aa706 100644 --- a/e2e/coverage-provider-v8/esm-with-custom-transformer/typescriptPreprocessor.js +++ b/e2e/coverage-provider-v8/esm-with-custom-transformer/typescriptPreprocessor.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-provider-v8/esm-with-custom-transformer/uncovered.ts b/e2e/coverage-provider-v8/esm-with-custom-transformer/uncovered.ts index dc9caf143c..e27a8a4c58 100644 --- a/e2e/coverage-provider-v8/esm-with-custom-transformer/uncovered.ts +++ b/e2e/coverage-provider-v8/esm-with-custom-transformer/uncovered.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-provider-v8/no-sourcemap/Thing.js b/e2e/coverage-provider-v8/no-sourcemap/Thing.js index 95f6bd8cc0..48444275fa 100644 --- a/e2e/coverage-provider-v8/no-sourcemap/Thing.js +++ b/e2e/coverage-provider-v8/no-sourcemap/Thing.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-provider-v8/no-sourcemap/__tests__/Thing.test.js b/e2e/coverage-provider-v8/no-sourcemap/__tests__/Thing.test.js index aa7f694058..fa6e3faaeb 100644 --- a/e2e/coverage-provider-v8/no-sourcemap/__tests__/Thing.test.js +++ b/e2e/coverage-provider-v8/no-sourcemap/__tests__/Thing.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-provider-v8/no-sourcemap/cssTransform.js b/e2e/coverage-provider-v8/no-sourcemap/cssTransform.js index 4772932d79..cdbd2ef615 100644 --- a/e2e/coverage-provider-v8/no-sourcemap/cssTransform.js +++ b/e2e/coverage-provider-v8/no-sourcemap/cssTransform.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-provider-v8/with-resetModules/__tests__/test.js b/e2e/coverage-provider-v8/with-resetModules/__tests__/test.js index abc20b24a8..5a99fdf0ba 100644 --- a/e2e/coverage-provider-v8/with-resetModules/__tests__/test.js +++ b/e2e/coverage-provider-v8/with-resetModules/__tests__/test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-provider-v8/with-resetModules/module.js b/e2e/coverage-provider-v8/with-resetModules/module.js index 2178e49d17..1c48bcca97 100644 --- a/e2e/coverage-provider-v8/with-resetModules/module.js +++ b/e2e/coverage-provider-v8/with-resetModules/module.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-provider-v8/with-resetModules/uncovered.js b/e2e/coverage-provider-v8/with-resetModules/uncovered.js index 54e6c946a5..95cc30a730 100644 --- a/e2e/coverage-provider-v8/with-resetModules/uncovered.js +++ b/e2e/coverage-provider-v8/with-resetModules/uncovered.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-remapping/__tests__/coveredTest.ts b/e2e/coverage-remapping/__tests__/coveredTest.ts index dc2b4988d3..bbd7f4079b 100644 --- a/e2e/coverage-remapping/__tests__/coveredTest.ts +++ b/e2e/coverage-remapping/__tests__/coveredTest.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-remapping/covered.ts b/e2e/coverage-remapping/covered.ts index 3a9b1771d0..0b2ccad01d 100644 --- a/e2e/coverage-remapping/covered.ts +++ b/e2e/coverage-remapping/covered.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-remapping/typescriptPreprocessor.js b/e2e/coverage-remapping/typescriptPreprocessor.js index 25b9a60dab..24bb25b10f 100644 --- a/e2e/coverage-remapping/typescriptPreprocessor.js +++ b/e2e/coverage-remapping/typescriptPreprocessor.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-report/__mocks__/sumDependency.js b/e2e/coverage-report/__mocks__/sumDependency.js index 60a4c65707..023cc956d3 100644 --- a/e2e/coverage-report/__mocks__/sumDependency.js +++ b/e2e/coverage-report/__mocks__/sumDependency.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-report/__tests__/sum.test.js b/e2e/coverage-report/__tests__/sum.test.js index cf188a5d60..bf05ab0c5d 100644 --- a/e2e/coverage-report/__tests__/sum.test.js +++ b/e2e/coverage-report/__tests__/sum.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-report/babel.config.js b/e2e/coverage-report/babel.config.js index 186d686670..9e762515d8 100644 --- a/e2e/coverage-report/babel.config.js +++ b/e2e/coverage-report/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-report/cached-duplicates/a/__tests__/identical.test.js b/e2e/coverage-report/cached-duplicates/a/__tests__/identical.test.js index 42cbd906f0..d7f6a7de25 100644 --- a/e2e/coverage-report/cached-duplicates/a/__tests__/identical.test.js +++ b/e2e/coverage-report/cached-duplicates/a/__tests__/identical.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-report/cached-duplicates/a/identical.js b/e2e/coverage-report/cached-duplicates/a/identical.js index d31d220a7a..8640c4534b 100644 --- a/e2e/coverage-report/cached-duplicates/a/identical.js +++ b/e2e/coverage-report/cached-duplicates/a/identical.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-report/cached-duplicates/b/__tests__/identical.test.js b/e2e/coverage-report/cached-duplicates/b/__tests__/identical.test.js index 42cbd906f0..d7f6a7de25 100644 --- a/e2e/coverage-report/cached-duplicates/b/__tests__/identical.test.js +++ b/e2e/coverage-report/cached-duplicates/b/__tests__/identical.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-report/cached-duplicates/b/identical.js b/e2e/coverage-report/cached-duplicates/b/identical.js index d31d220a7a..8640c4534b 100644 --- a/e2e/coverage-report/cached-duplicates/b/identical.js +++ b/e2e/coverage-report/cached-duplicates/b/identical.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-report/file.js b/e2e/coverage-report/file.js index cae7a24956..bd93a339f4 100644 --- a/e2e/coverage-report/file.js +++ b/e2e/coverage-report/file.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-report/notRequiredInTestSuite.js b/e2e/coverage-report/notRequiredInTestSuite.js index 8657dd339c..706602512c 100644 --- a/e2e/coverage-report/notRequiredInTestSuite.js +++ b/e2e/coverage-report/notRequiredInTestSuite.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-report/otherFile.js b/e2e/coverage-report/otherFile.js index a19618a4e3..f7018f810b 100644 --- a/e2e/coverage-report/otherFile.js +++ b/e2e/coverage-report/otherFile.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-report/setup.js b/e2e/coverage-report/setup.js index 9c1a36bc7a..b4c68454e3 100644 --- a/e2e/coverage-report/setup.js +++ b/e2e/coverage-report/setup.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-report/sum.js b/e2e/coverage-report/sum.js index 31b8112f1d..a32d7a41c0 100644 --- a/e2e/coverage-report/sum.js +++ b/e2e/coverage-report/sum.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-report/sumDependency.js b/e2e/coverage-report/sumDependency.js index 1e8dbcac78..72da2f5c6a 100644 --- a/e2e/coverage-report/sumDependency.js +++ b/e2e/coverage-report/sumDependency.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-transform-instrumented/__tests__/coveredTest.js b/e2e/coverage-transform-instrumented/__tests__/coveredTest.js index 8fcc309118..a31df9ef96 100644 --- a/e2e/coverage-transform-instrumented/__tests__/coveredTest.js +++ b/e2e/coverage-transform-instrumented/__tests__/coveredTest.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-transform-instrumented/covered.js b/e2e/coverage-transform-instrumented/covered.js index 4384ab9658..fb48a0f023 100644 --- a/e2e/coverage-transform-instrumented/covered.js +++ b/e2e/coverage-transform-instrumented/covered.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-transform-instrumented/preprocessor.js b/e2e/coverage-transform-instrumented/preprocessor.js index b2792096ce..cf44e73ba9 100644 --- a/e2e/coverage-transform-instrumented/preprocessor.js +++ b/e2e/coverage-transform-instrumented/preprocessor.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-without-transform/__tests__/test.js b/e2e/coverage-without-transform/__tests__/test.js index 56dfeefe0b..34fa7f1d06 100644 --- a/e2e/coverage-without-transform/__tests__/test.js +++ b/e2e/coverage-without-transform/__tests__/test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/coverage-without-transform/some-random-file.js b/e2e/coverage-without-transform/some-random-file.js index 4384ab9658..fb48a0f023 100644 --- a/e2e/coverage-without-transform/some-random-file.js +++ b/e2e/coverage-without-transform/some-random-file.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/create-process-object/__tests__/createProcessObject.test.js b/e2e/create-process-object/__tests__/createProcessObject.test.js index 81872d6fb0..ea7485d0b8 100644 --- a/e2e/create-process-object/__tests__/createProcessObject.test.js +++ b/e2e/create-process-object/__tests__/createProcessObject.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/create-process-object/setup.js b/e2e/create-process-object/setup.js index 5dd88ea88d..12683a404c 100644 --- a/e2e/create-process-object/setup.js +++ b/e2e/create-process-object/setup.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-esm-test-sequencer/a.test.js b/e2e/custom-esm-test-sequencer/a.test.js index 1187e8309f..43bae0b603 100644 --- a/e2e/custom-esm-test-sequencer/a.test.js +++ b/e2e/custom-esm-test-sequencer/a.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-esm-test-sequencer/b.test.js b/e2e/custom-esm-test-sequencer/b.test.js index 04e77e777b..4cc146099e 100644 --- a/e2e/custom-esm-test-sequencer/b.test.js +++ b/e2e/custom-esm-test-sequencer/b.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-esm-test-sequencer/c.test.js b/e2e/custom-esm-test-sequencer/c.test.js index 332d8682ab..a47df957f1 100644 --- a/e2e/custom-esm-test-sequencer/c.test.js +++ b/e2e/custom-esm-test-sequencer/c.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-esm-test-sequencer/d.test.js b/e2e/custom-esm-test-sequencer/d.test.js index 4102fe8c19..becfec21c0 100644 --- a/e2e/custom-esm-test-sequencer/d.test.js +++ b/e2e/custom-esm-test-sequencer/d.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-esm-test-sequencer/e.test.js b/e2e/custom-esm-test-sequencer/e.test.js index 6b4bbf07b9..37eaf13980 100644 --- a/e2e/custom-esm-test-sequencer/e.test.js +++ b/e2e/custom-esm-test-sequencer/e.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-esm-test-sequencer/testSequencer.mjs b/e2e/custom-esm-test-sequencer/testSequencer.mjs index f01adee77e..147297a4bc 100644 --- a/e2e/custom-esm-test-sequencer/testSequencer.mjs +++ b/e2e/custom-esm-test-sequencer/testSequencer.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-haste-map/__tests__/hasteExample.test.js b/e2e/custom-haste-map/__tests__/hasteExample.test.js index 03942bad07..a211b129e7 100644 --- a/e2e/custom-haste-map/__tests__/hasteExample.test.js +++ b/e2e/custom-haste-map/__tests__/hasteExample.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-haste-map/__tests__/hasteExampleHelper.js b/e2e/custom-haste-map/__tests__/hasteExampleHelper.js index 6a583e2659..c0c668bd3d 100644 --- a/e2e/custom-haste-map/__tests__/hasteExampleHelper.js +++ b/e2e/custom-haste-map/__tests__/hasteExampleHelper.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-haste-map/hasteMap.js b/e2e/custom-haste-map/hasteMap.js index d132db0ea1..dcc8a294d6 100644 --- a/e2e/custom-haste-map/hasteMap.js +++ b/e2e/custom-haste-map/hasteMap.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-inline-snapshot-matchers/__tests__/asynchronous.test.js b/e2e/custom-inline-snapshot-matchers/__tests__/asynchronous.test.js index afb94f944e..10e5501cf3 100644 --- a/e2e/custom-inline-snapshot-matchers/__tests__/asynchronous.test.js +++ b/e2e/custom-inline-snapshot-matchers/__tests__/asynchronous.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-inline-snapshot-matchers/__tests__/bail.test.js b/e2e/custom-inline-snapshot-matchers/__tests__/bail.test.js index 2ce01beb73..412891890a 100644 --- a/e2e/custom-inline-snapshot-matchers/__tests__/bail.test.js +++ b/e2e/custom-inline-snapshot-matchers/__tests__/bail.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-jsdom-html/__tests__/test.js b/e2e/custom-jsdom-html/__tests__/test.js index 5a14ac9299..ae597da9b6 100644 --- a/e2e/custom-jsdom-html/__tests__/test.js +++ b/e2e/custom-jsdom-html/__tests__/test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-jsdom-html/babel.config.js b/e2e/custom-jsdom-html/babel.config.js index cea7d0f507..cf77ffa469 100644 --- a/e2e/custom-jsdom-html/babel.config.js +++ b/e2e/custom-jsdom-html/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-matcher-stack-trace/__tests__/asynchronous.test.js b/e2e/custom-matcher-stack-trace/__tests__/asynchronous.test.js index d989da1086..e864e3e2d5 100644 --- a/e2e/custom-matcher-stack-trace/__tests__/asynchronous.test.js +++ b/e2e/custom-matcher-stack-trace/__tests__/asynchronous.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-matcher-stack-trace/__tests__/sync.test.js b/e2e/custom-matcher-stack-trace/__tests__/sync.test.js index 60e69cbe63..51c0610637 100644 --- a/e2e/custom-matcher-stack-trace/__tests__/sync.test.js +++ b/e2e/custom-matcher-stack-trace/__tests__/sync.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-reporters/__tests__/add.test.js b/e2e/custom-reporters/__tests__/add.test.js index b7f2e66681..b78501d211 100644 --- a/e2e/custom-reporters/__tests__/add.test.js +++ b/e2e/custom-reporters/__tests__/add.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-reporters/__tests__/addFail.test.js b/e2e/custom-reporters/__tests__/addFail.test.js index 0acb6b6a37..5c2cf7bc03 100644 --- a/e2e/custom-reporters/__tests__/addFail.test.js +++ b/e2e/custom-reporters/__tests__/addFail.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-reporters/add.js b/e2e/custom-reporters/add.js index 2c63c7a8b0..dad7cd6920 100644 --- a/e2e/custom-reporters/add.js +++ b/e2e/custom-reporters/add.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-reporters/reporters/AssertionCountsReporter.js b/e2e/custom-reporters/reporters/AssertionCountsReporter.js index f5c5ac42d2..67523ce199 100644 --- a/e2e/custom-reporters/reporters/AssertionCountsReporter.js +++ b/e2e/custom-reporters/reporters/AssertionCountsReporter.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-reporters/reporters/DefaultExportReporter.js b/e2e/custom-reporters/reporters/DefaultExportReporter.js index e094f344e5..9bc31fa8a6 100644 --- a/e2e/custom-reporters/reporters/DefaultExportReporter.js +++ b/e2e/custom-reporters/reporters/DefaultExportReporter.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-reporters/reporters/IncompleteReporter.js b/e2e/custom-reporters/reporters/IncompleteReporter.js index 0cfba83192..d2f7b69859 100644 --- a/e2e/custom-reporters/reporters/IncompleteReporter.js +++ b/e2e/custom-reporters/reporters/IncompleteReporter.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-reporters/reporters/TestReporter.js b/e2e/custom-reporters/reporters/TestReporter.js index 300fb5478b..1db153329d 100644 --- a/e2e/custom-reporters/reporters/TestReporter.js +++ b/e2e/custom-reporters/reporters/TestReporter.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-resolver/__mocks__/manualMock.js b/e2e/custom-resolver/__mocks__/manualMock.js index 86c07dcd72..d33453bcf9 100644 --- a/e2e/custom-resolver/__mocks__/manualMock.js +++ b/e2e/custom-resolver/__mocks__/manualMock.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-resolver/__tests__/customResolver.test.js b/e2e/custom-resolver/__tests__/customResolver.test.js index 26b8bbdb41..27b5a82eb4 100644 --- a/e2e/custom-resolver/__tests__/customResolver.test.js +++ b/e2e/custom-resolver/__tests__/customResolver.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-resolver/bar.js b/e2e/custom-resolver/bar.js index 39f347478b..7402f22306 100644 --- a/e2e/custom-resolver/bar.js +++ b/e2e/custom-resolver/bar.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-resolver/foo.js b/e2e/custom-resolver/foo.js index 3f40dc0d6b..f2f12848fe 100644 --- a/e2e/custom-resolver/foo.js +++ b/e2e/custom-resolver/foo.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-resolver/manualMock.js b/e2e/custom-resolver/manualMock.js index a94d175d3b..1b58dac696 100644 --- a/e2e/custom-resolver/manualMock.js +++ b/e2e/custom-resolver/manualMock.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-resolver/resolver.js b/e2e/custom-resolver/resolver.js index c84e87938a..e05f16844c 100644 --- a/e2e/custom-resolver/resolver.js +++ b/e2e/custom-resolver/resolver.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-test-sequencer/a.test.js b/e2e/custom-test-sequencer/a.test.js index 1187e8309f..43bae0b603 100644 --- a/e2e/custom-test-sequencer/a.test.js +++ b/e2e/custom-test-sequencer/a.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-test-sequencer/b.test.js b/e2e/custom-test-sequencer/b.test.js index 04e77e777b..4cc146099e 100644 --- a/e2e/custom-test-sequencer/b.test.js +++ b/e2e/custom-test-sequencer/b.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-test-sequencer/c.test.js b/e2e/custom-test-sequencer/c.test.js index 332d8682ab..a47df957f1 100644 --- a/e2e/custom-test-sequencer/c.test.js +++ b/e2e/custom-test-sequencer/c.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-test-sequencer/d.test.js b/e2e/custom-test-sequencer/d.test.js index 4102fe8c19..becfec21c0 100644 --- a/e2e/custom-test-sequencer/d.test.js +++ b/e2e/custom-test-sequencer/d.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-test-sequencer/e.test.js b/e2e/custom-test-sequencer/e.test.js index 6b4bbf07b9..37eaf13980 100644 --- a/e2e/custom-test-sequencer/e.test.js +++ b/e2e/custom-test-sequencer/e.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-test-sequencer/testSequencer.js b/e2e/custom-test-sequencer/testSequencer.js index c4248cf62a..2c60884b64 100644 --- a/e2e/custom-test-sequencer/testSequencer.js +++ b/e2e/custom-test-sequencer/testSequencer.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/custom-test-sequencer/testSequencerAsync.js b/e2e/custom-test-sequencer/testSequencerAsync.js index 46c0397c9f..d635461ca5 100644 --- a/e2e/custom-test-sequencer/testSequencerAsync.js +++ b/e2e/custom-test-sequencer/testSequencerAsync.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/declaration-errors/__tests__/describeReturnPromise.test.js b/e2e/declaration-errors/__tests__/describeReturnPromise.test.js index 847158d040..3cac61153a 100644 --- a/e2e/declaration-errors/__tests__/describeReturnPromise.test.js +++ b/e2e/declaration-errors/__tests__/describeReturnPromise.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/declaration-errors/__tests__/describeReturnSomething.test.js b/e2e/declaration-errors/__tests__/describeReturnSomething.test.js index 765ba14477..3898536079 100644 --- a/e2e/declaration-errors/__tests__/describeReturnSomething.test.js +++ b/e2e/declaration-errors/__tests__/describeReturnSomething.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/declaration-errors/__tests__/describeThrow.test.js b/e2e/declaration-errors/__tests__/describeThrow.test.js index d139d73fdd..ede0fb0d7f 100644 --- a/e2e/declaration-errors/__tests__/describeThrow.test.js +++ b/e2e/declaration-errors/__tests__/describeThrow.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/detect-open-handles/__tests__/child_process.js b/e2e/detect-open-handles/__tests__/child_process.js index 3440138ba7..5cd1398d5c 100644 --- a/e2e/detect-open-handles/__tests__/child_process.js +++ b/e2e/detect-open-handles/__tests__/child_process.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/detect-open-handles/__tests__/crypto.js b/e2e/detect-open-handles/__tests__/crypto.js index 1a4284994d..40e60f40e6 100644 --- a/e2e/detect-open-handles/__tests__/crypto.js +++ b/e2e/detect-open-handles/__tests__/crypto.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/detect-open-handles/__tests__/histogram.js b/e2e/detect-open-handles/__tests__/histogram.js index df971ba126..b3442b8f57 100644 --- a/e2e/detect-open-handles/__tests__/histogram.js +++ b/e2e/detect-open-handles/__tests__/histogram.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/detect-open-handles/__tests__/in-done-function.js b/e2e/detect-open-handles/__tests__/in-done-function.js index 655a5c93ad..ea97eb1d83 100644 --- a/e2e/detect-open-handles/__tests__/in-done-function.js +++ b/e2e/detect-open-handles/__tests__/in-done-function.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/detect-open-handles/__tests__/in-done-lifecycle.js b/e2e/detect-open-handles/__tests__/in-done-lifecycle.js index 1c4f245649..cccaa41ebd 100644 --- a/e2e/detect-open-handles/__tests__/in-done-lifecycle.js +++ b/e2e/detect-open-handles/__tests__/in-done-lifecycle.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/detect-open-handles/__tests__/inside.js b/e2e/detect-open-handles/__tests__/inside.js index 477db0e30e..14dc6bc6db 100644 --- a/e2e/detect-open-handles/__tests__/inside.js +++ b/e2e/detect-open-handles/__tests__/inside.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/detect-open-handles/__tests__/notify.js b/e2e/detect-open-handles/__tests__/notify.js index 3172ab00f3..e9e2f1039e 100644 --- a/e2e/detect-open-handles/__tests__/notify.js +++ b/e2e/detect-open-handles/__tests__/notify.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/detect-open-handles/__tests__/outside.js b/e2e/detect-open-handles/__tests__/outside.js index 6a332cca60..1025cf06fd 100644 --- a/e2e/detect-open-handles/__tests__/outside.js +++ b/e2e/detect-open-handles/__tests__/outside.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/detect-open-handles/__tests__/promise.js b/e2e/detect-open-handles/__tests__/promise.js index 615f6017d9..f64f97b986 100644 --- a/e2e/detect-open-handles/__tests__/promise.js +++ b/e2e/detect-open-handles/__tests__/promise.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/detect-open-handles/__tests__/recently-closed.js b/e2e/detect-open-handles/__tests__/recently-closed.js index 3ce6b0cfc9..6475e054da 100644 --- a/e2e/detect-open-handles/__tests__/recently-closed.js +++ b/e2e/detect-open-handles/__tests__/recently-closed.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/detect-open-handles/__tests__/unref.js b/e2e/detect-open-handles/__tests__/unref.js index b81c359366..5fbfc07951 100644 --- a/e2e/detect-open-handles/__tests__/unref.js +++ b/e2e/detect-open-handles/__tests__/unref.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/detect-open-handles/__tests__/worker.js b/e2e/detect-open-handles/__tests__/worker.js index 51ea932016..b395fa1359 100644 --- a/e2e/detect-open-handles/__tests__/worker.js +++ b/e2e/detect-open-handles/__tests__/worker.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/detect-open-handles/babel.config.js b/e2e/detect-open-handles/babel.config.js index 9be0361069..46ec26d1a5 100644 --- a/e2e/detect-open-handles/babel.config.js +++ b/e2e/detect-open-handles/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/detect-open-handles/interval-code.js b/e2e/detect-open-handles/interval-code.js index 3e1309e032..ea802fd956 100644 --- a/e2e/detect-open-handles/interval-code.js +++ b/e2e/detect-open-handles/interval-code.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/detect-open-handles/server.js b/e2e/detect-open-handles/server.js index 29bcd69ed5..511a57aa3d 100644 --- a/e2e/detect-open-handles/server.js +++ b/e2e/detect-open-handles/server.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/dom-diffing/__tests__/dom.test.js b/e2e/dom-diffing/__tests__/dom.test.js index 9d87fc11b6..8370900d95 100644 --- a/e2e/dom-diffing/__tests__/dom.test.js +++ b/e2e/dom-diffing/__tests__/dom.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/done-in-hooks/__tests__/index.test.js b/e2e/done-in-hooks/__tests__/index.test.js index b042dec1bf..4ff64a74e1 100644 --- a/e2e/done-in-hooks/__tests__/index.test.js +++ b/e2e/done-in-hooks/__tests__/index.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/dynamic-require-dependencies/__tests__/dynamicRequire.test.js b/e2e/dynamic-require-dependencies/__tests__/dynamicRequire.test.js index dc9599defc..3fe521e05c 100644 --- a/e2e/dynamic-require-dependencies/__tests__/dynamicRequire.test.js +++ b/e2e/dynamic-require-dependencies/__tests__/dynamicRequire.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/dynamic-require-dependencies/dynamicRequire.js b/e2e/dynamic-require-dependencies/dynamicRequire.js index c154ef6165..b38c555b6c 100644 --- a/e2e/dynamic-require-dependencies/dynamicRequire.js +++ b/e2e/dynamic-require-dependencies/dynamicRequire.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/dynamic-require-dependencies/source.js b/e2e/dynamic-require-dependencies/source.js index 61193c4c1d..8b6f0bc3bd 100644 --- a/e2e/dynamic-require-dependencies/source.js +++ b/e2e/dynamic-require-dependencies/source.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/each/__tests__/describeOnly.test.js b/e2e/each/__tests__/describeOnly.test.js index 36329bb8aa..bd6ecd625b 100644 --- a/e2e/each/__tests__/describeOnly.test.js +++ b/e2e/each/__tests__/describeOnly.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/each/__tests__/eachException.test.js b/e2e/each/__tests__/eachException.test.js index 1cb350067c..44ae1c03c2 100644 --- a/e2e/each/__tests__/eachException.test.js +++ b/e2e/each/__tests__/eachException.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/each/__tests__/eachOnly.test.js b/e2e/each/__tests__/eachOnly.test.js index 01d7600107..d1772bd3b4 100644 --- a/e2e/each/__tests__/eachOnly.test.js +++ b/e2e/each/__tests__/eachOnly.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/each/__tests__/eachSkip.test.js b/e2e/each/__tests__/eachSkip.test.js index fa4f7ed1ca..38d06916a1 100644 --- a/e2e/each/__tests__/eachSkip.test.js +++ b/e2e/each/__tests__/eachSkip.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/each/__tests__/failure.test.js b/e2e/each/__tests__/failure.test.js index ee25783ee5..b712031674 100644 --- a/e2e/each/__tests__/failure.test.js +++ b/e2e/each/__tests__/failure.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/each/__tests__/pretty.test.js b/e2e/each/__tests__/pretty.test.js index 200455113d..703b938413 100644 --- a/e2e/each/__tests__/pretty.test.js +++ b/e2e/each/__tests__/pretty.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/each/__tests__/success.test.js b/e2e/each/__tests__/success.test.js index da26207f78..e92e2b9117 100644 --- a/e2e/each/__tests__/success.test.js +++ b/e2e/each/__tests__/success.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/empty-describe-with-hooks/__tests__/hookInDescribeWithSkippedTest.test.js b/e2e/empty-describe-with-hooks/__tests__/hookInDescribeWithSkippedTest.test.js index c3bc2e251f..ca330b7180 100644 --- a/e2e/empty-describe-with-hooks/__tests__/hookInDescribeWithSkippedTest.test.js +++ b/e2e/empty-describe-with-hooks/__tests__/hookInDescribeWithSkippedTest.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/empty-describe-with-hooks/__tests__/hookInEmptyDescribe.test.js b/e2e/empty-describe-with-hooks/__tests__/hookInEmptyDescribe.test.js index fabc69d7fd..f477b4d9b1 100644 --- a/e2e/empty-describe-with-hooks/__tests__/hookInEmptyDescribe.test.js +++ b/e2e/empty-describe-with-hooks/__tests__/hookInEmptyDescribe.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/empty-describe-with-hooks/__tests__/hookInEmptyNestedDescribe.test.js b/e2e/empty-describe-with-hooks/__tests__/hookInEmptyNestedDescribe.test.js index 01c2868a6b..65d559008f 100644 --- a/e2e/empty-describe-with-hooks/__tests__/hookInEmptyNestedDescribe.test.js +++ b/e2e/empty-describe-with-hooks/__tests__/hookInEmptyNestedDescribe.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/empty-describe-with-hooks/__tests__/multipleHooksInEmptyDescribe.test.js b/e2e/empty-describe-with-hooks/__tests__/multipleHooksInEmptyDescribe.test.js index c55ef70488..653a2a87df 100644 --- a/e2e/empty-describe-with-hooks/__tests__/multipleHooksInEmptyDescribe.test.js +++ b/e2e/empty-describe-with-hooks/__tests__/multipleHooksInEmptyDescribe.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/empty-suite-error/__tests__/emptySuite.test.js b/e2e/empty-suite-error/__tests__/emptySuite.test.js index 937c0f4d8c..04dd48db6c 100644 --- a/e2e/empty-suite-error/__tests__/emptySuite.test.js +++ b/e2e/empty-suite-error/__tests__/emptySuite.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/env-test/__tests__/env.test.js b/e2e/env-test/__tests__/env.test.js index 1ff23404a1..b74e9004bc 100644 --- a/e2e/env-test/__tests__/env.test.js +++ b/e2e/env-test/__tests__/env.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/env-test/__tests__/equivalent.test.js b/e2e/env-test/__tests__/equivalent.test.js index 9e21e72724..797b33de44 100644 --- a/e2e/env-test/__tests__/equivalent.test.js +++ b/e2e/env-test/__tests__/equivalent.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/environment-after-teardown/__tests__/afterTeardown.test.js b/e2e/environment-after-teardown/__tests__/afterTeardown.test.js index f20365af59..fb23021297 100644 --- a/e2e/environment-after-teardown/__tests__/afterTeardown.test.js +++ b/e2e/environment-after-teardown/__tests__/afterTeardown.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/environmentOptions/__tests__/environmentOptions.test.js b/e2e/environmentOptions/__tests__/environmentOptions.test.js index 75b66678ac..b906d2e614 100644 --- a/e2e/environmentOptions/__tests__/environmentOptions.test.js +++ b/e2e/environmentOptions/__tests__/environmentOptions.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/error-on-deprecated/__tests__/defaultTimeoutInterval.test.js b/e2e/error-on-deprecated/__tests__/defaultTimeoutInterval.test.js index f411f5075e..f1aa5ad798 100644 --- a/e2e/error-on-deprecated/__tests__/defaultTimeoutInterval.test.js +++ b/e2e/error-on-deprecated/__tests__/defaultTimeoutInterval.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/error-on-deprecated/__tests__/fail.test.js b/e2e/error-on-deprecated/__tests__/fail.test.js index db90422924..6fc4851b3c 100644 --- a/e2e/error-on-deprecated/__tests__/fail.test.js +++ b/e2e/error-on-deprecated/__tests__/fail.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/error-on-deprecated/__tests__/jasmine.addMatchers.test.js b/e2e/error-on-deprecated/__tests__/jasmine.addMatchers.test.js index 89b2ee5c58..737814e45f 100644 --- a/e2e/error-on-deprecated/__tests__/jasmine.addMatchers.test.js +++ b/e2e/error-on-deprecated/__tests__/jasmine.addMatchers.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/error-on-deprecated/__tests__/jasmine.any.test.js b/e2e/error-on-deprecated/__tests__/jasmine.any.test.js index de3c409a91..6139e21c5c 100644 --- a/e2e/error-on-deprecated/__tests__/jasmine.any.test.js +++ b/e2e/error-on-deprecated/__tests__/jasmine.any.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/error-on-deprecated/__tests__/jasmine.anything.test.js b/e2e/error-on-deprecated/__tests__/jasmine.anything.test.js index 0bae372f23..5ff7b1cbc5 100644 --- a/e2e/error-on-deprecated/__tests__/jasmine.anything.test.js +++ b/e2e/error-on-deprecated/__tests__/jasmine.anything.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/error-on-deprecated/__tests__/jasmine.arrayContaining.test.js b/e2e/error-on-deprecated/__tests__/jasmine.arrayContaining.test.js index c2cdce574f..28304d79dc 100644 --- a/e2e/error-on-deprecated/__tests__/jasmine.arrayContaining.test.js +++ b/e2e/error-on-deprecated/__tests__/jasmine.arrayContaining.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/error-on-deprecated/__tests__/jasmine.createSpy.test.js b/e2e/error-on-deprecated/__tests__/jasmine.createSpy.test.js index efc24e9652..e8094d7fb9 100644 --- a/e2e/error-on-deprecated/__tests__/jasmine.createSpy.test.js +++ b/e2e/error-on-deprecated/__tests__/jasmine.createSpy.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/error-on-deprecated/__tests__/jasmine.objectContaining.test.js b/e2e/error-on-deprecated/__tests__/jasmine.objectContaining.test.js index 993a375b1a..9a03357619 100644 --- a/e2e/error-on-deprecated/__tests__/jasmine.objectContaining.test.js +++ b/e2e/error-on-deprecated/__tests__/jasmine.objectContaining.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/error-on-deprecated/__tests__/jasmine.stringMatching.test.js b/e2e/error-on-deprecated/__tests__/jasmine.stringMatching.test.js index ee503b649b..e2186e9344 100644 --- a/e2e/error-on-deprecated/__tests__/jasmine.stringMatching.test.js +++ b/e2e/error-on-deprecated/__tests__/jasmine.stringMatching.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/error-on-deprecated/__tests__/pending.test.js b/e2e/error-on-deprecated/__tests__/pending.test.js index ce6b897e81..4aaaf2b3d0 100644 --- a/e2e/error-on-deprecated/__tests__/pending.test.js +++ b/e2e/error-on-deprecated/__tests__/pending.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/error-on-deprecated/__tests__/spyOn.test.js b/e2e/error-on-deprecated/__tests__/spyOn.test.js index 997db9d009..c805427206 100644 --- a/e2e/error-on-deprecated/__tests__/spyOn.test.js +++ b/e2e/error-on-deprecated/__tests__/spyOn.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/error-on-deprecated/__tests__/spyOnProperty.test.js b/e2e/error-on-deprecated/__tests__/spyOnProperty.test.js index d49577f024..7db811c10d 100644 --- a/e2e/error-on-deprecated/__tests__/spyOnProperty.test.js +++ b/e2e/error-on-deprecated/__tests__/spyOnProperty.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/esm-config/cjs/__tests__/test.js b/e2e/esm-config/cjs/__tests__/test.js index 2b4a7ced6f..fc395e3a0f 100644 --- a/e2e/esm-config/cjs/__tests__/test.js +++ b/e2e/esm-config/cjs/__tests__/test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/esm-config/cjs/jest.config.cjs b/e2e/esm-config/cjs/jest.config.cjs index 5c04c7468d..aed42c5702 100644 --- a/e2e/esm-config/cjs/jest.config.cjs +++ b/e2e/esm-config/cjs/jest.config.cjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/esm-config/js/__tests__/test.js b/e2e/esm-config/js/__tests__/test.js index 2b4a7ced6f..fc395e3a0f 100644 --- a/e2e/esm-config/js/__tests__/test.js +++ b/e2e/esm-config/js/__tests__/test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/esm-config/js/jest.config.js b/e2e/esm-config/js/jest.config.js index 74dd839b02..22cb6befbe 100644 --- a/e2e/esm-config/js/jest.config.js +++ b/e2e/esm-config/js/jest.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/esm-config/mjs/__tests__/test.js b/e2e/esm-config/mjs/__tests__/test.js index 2b4a7ced6f..fc395e3a0f 100644 --- a/e2e/esm-config/mjs/__tests__/test.js +++ b/e2e/esm-config/mjs/__tests__/test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/esm-config/mjs/jest.config.mjs b/e2e/esm-config/mjs/jest.config.mjs index 3cec62f2d4..4e255c3388 100644 --- a/e2e/esm-config/mjs/jest.config.mjs +++ b/e2e/esm-config/mjs/jest.config.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/esm-config/ts/__tests__/test.js b/e2e/esm-config/ts/__tests__/test.js index 2b4a7ced6f..fc395e3a0f 100644 --- a/e2e/esm-config/ts/__tests__/test.js +++ b/e2e/esm-config/ts/__tests__/test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/esm-config/ts/jest.config.ts b/e2e/esm-config/ts/jest.config.ts index c560b86058..b0148cdc65 100644 --- a/e2e/esm-config/ts/jest.config.ts +++ b/e2e/esm-config/ts/jest.config.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/expect-async-matcher/__tests__/failure.test.js b/e2e/expect-async-matcher/__tests__/failure.test.js index 5f9a4880e1..b3be7ff5d2 100644 --- a/e2e/expect-async-matcher/__tests__/failure.test.js +++ b/e2e/expect-async-matcher/__tests__/failure.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/expect-async-matcher/__tests__/success.test.js b/e2e/expect-async-matcher/__tests__/success.test.js index ed4a169f6a..656e72e8e3 100644 --- a/e2e/expect-async-matcher/__tests__/success.test.js +++ b/e2e/expect-async-matcher/__tests__/success.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/expect-async-matcher/babel.config.js b/e2e/expect-async-matcher/babel.config.js index 9f54b3667a..d093998fcf 100644 --- a/e2e/expect-async-matcher/babel.config.js +++ b/e2e/expect-async-matcher/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/expect-async-matcher/matchers.js b/e2e/expect-async-matcher/matchers.js index f65e568b62..f4a5c46abc 100644 --- a/e2e/expect-async-matcher/matchers.js +++ b/e2e/expect-async-matcher/matchers.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/expect-in-vm/__tests__/expect-in-vm.test.js b/e2e/expect-in-vm/__tests__/expect-in-vm.test.js index 6aebd8e7f8..ad72fe0649 100644 --- a/e2e/expect-in-vm/__tests__/expect-in-vm.test.js +++ b/e2e/expect-in-vm/__tests__/expect-in-vm.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/failureDetails-property/__tests__/tests.test.js b/e2e/failureDetails-property/__tests__/tests.test.js index 18bded310c..9082a06ba8 100644 --- a/e2e/failureDetails-property/__tests__/tests.test.js +++ b/e2e/failureDetails-property/__tests__/tests.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/failureDetails-property/myreporter.js b/e2e/failureDetails-property/myreporter.js index 7abe771257..bba4d5fb56 100644 --- a/e2e/failureDetails-property/myreporter.js +++ b/e2e/failureDetails-property/myreporter.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/failures/__tests__/assertionCount.test.js b/e2e/failures/__tests__/assertionCount.test.js index d7bee086af..cd6183c760 100644 --- a/e2e/failures/__tests__/assertionCount.test.js +++ b/e2e/failures/__tests__/assertionCount.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/failures/__tests__/assertionError.test.js b/e2e/failures/__tests__/assertionError.test.js index ee9e62c1ed..b1079c0662 100644 --- a/e2e/failures/__tests__/assertionError.test.js +++ b/e2e/failures/__tests__/assertionError.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/failures/__tests__/asyncFailures.test.js b/e2e/failures/__tests__/asyncFailures.test.js index 216ae08067..ac4b837253 100644 --- a/e2e/failures/__tests__/asyncFailures.test.js +++ b/e2e/failures/__tests__/asyncFailures.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/failures/__tests__/duringTests.test.js b/e2e/failures/__tests__/duringTests.test.js index 47bb1f2092..017bfa2700 100644 --- a/e2e/failures/__tests__/duringTests.test.js +++ b/e2e/failures/__tests__/duringTests.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/failures/__tests__/errorAfterTestComplete.test.js b/e2e/failures/__tests__/errorAfterTestComplete.test.js index d0841f9d2a..3641924100 100644 --- a/e2e/failures/__tests__/errorAfterTestComplete.test.js +++ b/e2e/failures/__tests__/errorAfterTestComplete.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/failures/__tests__/snapshot.test.js b/e2e/failures/__tests__/snapshot.test.js index 738cda7cf2..329bb4f043 100644 --- a/e2e/failures/__tests__/snapshot.test.js +++ b/e2e/failures/__tests__/snapshot.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/failures/__tests__/snapshotWithHint.test.js b/e2e/failures/__tests__/snapshotWithHint.test.js index aa780b12f0..ac25d7f3ea 100644 --- a/e2e/failures/__tests__/snapshotWithHint.test.js +++ b/e2e/failures/__tests__/snapshotWithHint.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/failures/__tests__/testMacro.test.js b/e2e/failures/__tests__/testMacro.test.js index 7b77f22063..abc674e78f 100644 --- a/e2e/failures/__tests__/testMacro.test.js +++ b/e2e/failures/__tests__/testMacro.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/failures/__tests__/throwNumber.test.js b/e2e/failures/__tests__/throwNumber.test.js index 80542d9efc..7ff23620a0 100644 --- a/e2e/failures/__tests__/throwNumber.test.js +++ b/e2e/failures/__tests__/throwNumber.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/failures/__tests__/throwObject.test.js b/e2e/failures/__tests__/throwObject.test.js index b464b44c62..d57de34b34 100644 --- a/e2e/failures/__tests__/throwObject.test.js +++ b/e2e/failures/__tests__/throwObject.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/failures/__tests__/throwObjectWithStackProp.test.js b/e2e/failures/__tests__/throwObjectWithStackProp.test.js index 1dfe6d4eb6..2a65a0a7ef 100644 --- a/e2e/failures/__tests__/throwObjectWithStackProp.test.js +++ b/e2e/failures/__tests__/throwObjectWithStackProp.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/failures/__tests__/throwString.test.js b/e2e/failures/__tests__/throwString.test.js index f692fab25c..39abb3cbcb 100644 --- a/e2e/failures/__tests__/throwString.test.js +++ b/e2e/failures/__tests__/throwString.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/failures/babel.config.js b/e2e/failures/babel.config.js index 9f54b3667a..d093998fcf 100644 --- a/e2e/failures/babel.config.js +++ b/e2e/failures/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/failures/macros.js b/e2e/failures/macros.js index 5bebb7950c..811b1bf1ac 100644 --- a/e2e/failures/macros.js +++ b/e2e/failures/macros.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/fake-promises/asap/__tests__/generator.test.js b/e2e/fake-promises/asap/__tests__/generator.test.js index 5b5a6f28b8..9dfb20e389 100644 --- a/e2e/fake-promises/asap/__tests__/generator.test.js +++ b/e2e/fake-promises/asap/__tests__/generator.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/fake-promises/asap/fake-promises.js b/e2e/fake-promises/asap/fake-promises.js index b2ae7b5549..f3b520061d 100644 --- a/e2e/fake-promises/asap/fake-promises.js +++ b/e2e/fake-promises/asap/fake-promises.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/fake-promises/immediate/__tests__/generator.test.js b/e2e/fake-promises/immediate/__tests__/generator.test.js index fcf8e33256..e4d04453ba 100644 --- a/e2e/fake-promises/immediate/__tests__/generator.test.js +++ b/e2e/fake-promises/immediate/__tests__/generator.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/fake-promises/immediate/fake-promises.js b/e2e/fake-promises/immediate/fake-promises.js index e84e08d86e..1d345ad956 100644 --- a/e2e/fake-promises/immediate/fake-promises.js +++ b/e2e/fake-promises/immediate/fake-promises.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/fake-timers-legacy/enable-globally/__tests__/enableGlobally.test.js b/e2e/fake-timers-legacy/enable-globally/__tests__/enableGlobally.test.js index 674b8cb381..f1881d5220 100644 --- a/e2e/fake-timers-legacy/enable-globally/__tests__/enableGlobally.test.js +++ b/e2e/fake-timers-legacy/enable-globally/__tests__/enableGlobally.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/fake-timers-legacy/enable-legacy-fake-timers/__tests__/legacyFakeTimers.test.js b/e2e/fake-timers-legacy/enable-legacy-fake-timers/__tests__/legacyFakeTimers.test.js index c781899e02..d690828ba9 100644 --- a/e2e/fake-timers-legacy/enable-legacy-fake-timers/__tests__/legacyFakeTimers.test.js +++ b/e2e/fake-timers-legacy/enable-legacy-fake-timers/__tests__/legacyFakeTimers.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/fake-timers-legacy/request-animation-frame/__tests__/requestAnimationFrame.test.js b/e2e/fake-timers-legacy/request-animation-frame/__tests__/requestAnimationFrame.test.js index 0dd9668303..3bc223bc44 100644 --- a/e2e/fake-timers-legacy/request-animation-frame/__tests__/requestAnimationFrame.test.js +++ b/e2e/fake-timers-legacy/request-animation-frame/__tests__/requestAnimationFrame.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/fake-timers-legacy/reset-all-mocks/__tests__/resetAllMocks.test.js b/e2e/fake-timers-legacy/reset-all-mocks/__tests__/resetAllMocks.test.js index c264859a2e..9eac472bdb 100644 --- a/e2e/fake-timers-legacy/reset-all-mocks/__tests__/resetAllMocks.test.js +++ b/e2e/fake-timers-legacy/reset-all-mocks/__tests__/resetAllMocks.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/fake-timers-legacy/reset-mocks/__tests__/resetMocks.test.js b/e2e/fake-timers-legacy/reset-mocks/__tests__/resetMocks.test.js index 05d5940150..793af2af59 100644 --- a/e2e/fake-timers-legacy/reset-mocks/__tests__/resetMocks.test.js +++ b/e2e/fake-timers-legacy/reset-mocks/__tests__/resetMocks.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/fake-timers-legacy/set-immediate/__tests__/setImmediate.test.js b/e2e/fake-timers-legacy/set-immediate/__tests__/setImmediate.test.js index 4dd6fdd0e5..32a7da7521 100644 --- a/e2e/fake-timers-legacy/set-immediate/__tests__/setImmediate.test.js +++ b/e2e/fake-timers-legacy/set-immediate/__tests__/setImmediate.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/fake-timers-legacy/use-fake-timers/__tests__/useFakeTimers.test.js b/e2e/fake-timers-legacy/use-fake-timers/__tests__/useFakeTimers.test.js index 843dace7b7..82a7d20a7b 100644 --- a/e2e/fake-timers-legacy/use-fake-timers/__tests__/useFakeTimers.test.js +++ b/e2e/fake-timers-legacy/use-fake-timers/__tests__/useFakeTimers.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/fake-timers-legacy/use-legacy-fake-timers/__tests__/useFakeTimers.test.js b/e2e/fake-timers-legacy/use-legacy-fake-timers/__tests__/useFakeTimers.test.js index 843dace7b7..82a7d20a7b 100644 --- a/e2e/fake-timers-legacy/use-legacy-fake-timers/__tests__/useFakeTimers.test.js +++ b/e2e/fake-timers-legacy/use-legacy-fake-timers/__tests__/useFakeTimers.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/fake-timers-legacy/use-real-timers/__tests__/useRealTimers.test.js b/e2e/fake-timers-legacy/use-real-timers/__tests__/useRealTimers.test.js index e82cccde9b..8e0bd4c91f 100644 --- a/e2e/fake-timers-legacy/use-real-timers/__tests__/useRealTimers.test.js +++ b/e2e/fake-timers-legacy/use-real-timers/__tests__/useRealTimers.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/fake-timers/advance-timers/__tests__/advanceTimers.test.js b/e2e/fake-timers/advance-timers/__tests__/advanceTimers.test.js index 9c64faa14f..df93f58948 100644 --- a/e2e/fake-timers/advance-timers/__tests__/advanceTimers.test.js +++ b/e2e/fake-timers/advance-timers/__tests__/advanceTimers.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/fake-timers/clear-real-timers/__tests__/clearRealTimers.test.js b/e2e/fake-timers/clear-real-timers/__tests__/clearRealTimers.test.js index 0e5ebdc640..6d3675d0d9 100644 --- a/e2e/fake-timers/clear-real-timers/__tests__/clearRealTimers.test.js +++ b/e2e/fake-timers/clear-real-timers/__tests__/clearRealTimers.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/fake-timers/do-not-fake/__tests__/doNotFake.test.js b/e2e/fake-timers/do-not-fake/__tests__/doNotFake.test.js index 8d4f5f149a..cc98c7d54e 100644 --- a/e2e/fake-timers/do-not-fake/__tests__/doNotFake.test.js +++ b/e2e/fake-timers/do-not-fake/__tests__/doNotFake.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/fake-timers/enable-globally/__tests__/enableGlobally.test.js b/e2e/fake-timers/enable-globally/__tests__/enableGlobally.test.js index d5dbdc8878..e87328ec78 100644 --- a/e2e/fake-timers/enable-globally/__tests__/enableGlobally.test.js +++ b/e2e/fake-timers/enable-globally/__tests__/enableGlobally.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/fake-timers/request-animation-frame/__tests__/requestAnimationFrame.test.js b/e2e/fake-timers/request-animation-frame/__tests__/requestAnimationFrame.test.js index 5548e95b00..617ecc34de 100644 --- a/e2e/fake-timers/request-animation-frame/__tests__/requestAnimationFrame.test.js +++ b/e2e/fake-timers/request-animation-frame/__tests__/requestAnimationFrame.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/fake-timers/set-immediate/__tests__/setImmediate.test.js b/e2e/fake-timers/set-immediate/__tests__/setImmediate.test.js index 4dd6fdd0e5..32a7da7521 100644 --- a/e2e/fake-timers/set-immediate/__tests__/setImmediate.test.js +++ b/e2e/fake-timers/set-immediate/__tests__/setImmediate.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/fake-timers/timer-limit/__tests__/timerLimit.test.js b/e2e/fake-timers/timer-limit/__tests__/timerLimit.test.js index 7f326e93f5..610d61e6fe 100644 --- a/e2e/fake-timers/timer-limit/__tests__/timerLimit.test.js +++ b/e2e/fake-timers/timer-limit/__tests__/timerLimit.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/fake-timers/use-fake-timers/__tests__/useFakeTimers.test.js b/e2e/fake-timers/use-fake-timers/__tests__/useFakeTimers.test.js index fd294d2323..8caa4895c8 100644 --- a/e2e/fake-timers/use-fake-timers/__tests__/useFakeTimers.test.js +++ b/e2e/fake-timers/use-fake-timers/__tests__/useFakeTimers.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/fake-timers/use-real-timers/__tests__/useRealTimers.test.js b/e2e/fake-timers/use-real-timers/__tests__/useRealTimers.test.js index e82cccde9b..8e0bd4c91f 100644 --- a/e2e/fake-timers/use-real-timers/__tests__/useRealTimers.test.js +++ b/e2e/fake-timers/use-real-timers/__tests__/useRealTimers.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/filter/__tests__/bar.test.js b/e2e/filter/__tests__/bar.test.js index 27765d72a9..9749f632f2 100644 --- a/e2e/filter/__tests__/bar.test.js +++ b/e2e/filter/__tests__/bar.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/filter/__tests__/foo.test.js b/e2e/filter/__tests__/foo.test.js index 3c0ad577c1..273411d6a6 100644 --- a/e2e/filter/__tests__/foo.test.js +++ b/e2e/filter/__tests__/foo.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/filter/my-broken-filter.js b/e2e/filter/my-broken-filter.js index 1dbe6f1404..6eb352e44a 100644 --- a/e2e/filter/my-broken-filter.js +++ b/e2e/filter/my-broken-filter.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/filter/my-broken-setup-filter.js b/e2e/filter/my-broken-setup-filter.js index e5dce8248f..75459689dc 100644 --- a/e2e/filter/my-broken-setup-filter.js +++ b/e2e/filter/my-broken-setup-filter.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/filter/my-clowny-filter.js b/e2e/filter/my-clowny-filter.js index e1a18606a5..eccbe8318e 100644 --- a/e2e/filter/my-clowny-filter.js +++ b/e2e/filter/my-clowny-filter.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/filter/my-filter.js b/e2e/filter/my-filter.js index 801f5e3bd4..83bcbd7bd2 100644 --- a/e2e/filter/my-filter.js +++ b/e2e/filter/my-filter.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/filter/my-secondary-filter.js b/e2e/filter/my-secondary-filter.js index f0b23d0579..39eba9edc1 100644 --- a/e2e/filter/my-secondary-filter.js +++ b/e2e/filter/my-secondary-filter.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/filter/my-setup-filter.js b/e2e/filter/my-setup-filter.js index 9fc6f3b12d..70b8cb0efd 100644 --- a/e2e/filter/my-setup-filter.js +++ b/e2e/filter/my-setup-filter.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/focused-tests/__tests__/tests.js b/e2e/focused-tests/__tests__/tests.js index 9d0f4a0374..03b7da7273 100644 --- a/e2e/focused-tests/__tests__/tests.js +++ b/e2e/focused-tests/__tests__/tests.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/generator-mock/__tests__/generatorMock.test.js b/e2e/generator-mock/__tests__/generatorMock.test.js index 8da54d3f63..f577e3f189 100644 --- a/e2e/generator-mock/__tests__/generatorMock.test.js +++ b/e2e/generator-mock/__tests__/generatorMock.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/generator-mock/index.js b/e2e/generator-mock/index.js index 9bc2c6208c..0ea3b364e0 100644 --- a/e2e/generator-mock/index.js +++ b/e2e/generator-mock/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-setup-custom-transform/__tests__/test.js b/e2e/global-setup-custom-transform/__tests__/test.js index a9be13d0cd..e49979df1d 100644 --- a/e2e/global-setup-custom-transform/__tests__/test.js +++ b/e2e/global-setup-custom-transform/__tests__/test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-setup-custom-transform/index.js b/e2e/global-setup-custom-transform/index.js index 4454b7f7bf..ad1c339c61 100644 --- a/e2e/global-setup-custom-transform/index.js +++ b/e2e/global-setup-custom-transform/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-setup-custom-transform/setup.js b/e2e/global-setup-custom-transform/setup.js index 015de4de23..f573eec49f 100644 --- a/e2e/global-setup-custom-transform/setup.js +++ b/e2e/global-setup-custom-transform/setup.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-setup-custom-transform/transformer.js b/e2e/global-setup-custom-transform/transformer.js index 77db60a274..8271a72808 100644 --- a/e2e/global-setup-custom-transform/transformer.js +++ b/e2e/global-setup-custom-transform/transformer.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-setup-esm/__tests__/test.js b/e2e/global-setup-esm/__tests__/test.js index 2678b932b4..a3a5e18e0d 100644 --- a/e2e/global-setup-esm/__tests__/test.js +++ b/e2e/global-setup-esm/__tests__/test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-setup-esm/index.js b/e2e/global-setup-esm/index.js index 6780e1013e..4da71e7e85 100644 --- a/e2e/global-setup-esm/index.js +++ b/e2e/global-setup-esm/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-setup-esm/setup.js b/e2e/global-setup-esm/setup.js index 7d458b4c84..943dd198e9 100644 --- a/e2e/global-setup-esm/setup.js +++ b/e2e/global-setup-esm/setup.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-setup-node-modules/__tests__/test.js b/e2e/global-setup-node-modules/__tests__/test.js index 059e2e2483..e870a11a9f 100644 --- a/e2e/global-setup-node-modules/__tests__/test.js +++ b/e2e/global-setup-node-modules/__tests__/test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-setup-node-modules/babel.config.js b/e2e/global-setup-node-modules/babel.config.js index c3f9e017c0..e3321c62dc 100644 --- a/e2e/global-setup-node-modules/babel.config.js +++ b/e2e/global-setup-node-modules/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-setup-node-modules/node_modules/example/index.js b/e2e/global-setup-node-modules/node_modules/example/index.js index 61bb580e9c..596def0dab 100644 --- a/e2e/global-setup-node-modules/node_modules/example/index.js +++ b/e2e/global-setup-node-modules/node_modules/example/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-setup-node-modules/setup.js b/e2e/global-setup-node-modules/setup.js index ed270c025a..2a5e2c09e4 100644 --- a/e2e/global-setup-node-modules/setup.js +++ b/e2e/global-setup-node-modules/setup.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-setup/__tests__/setup1.test.js b/e2e/global-setup/__tests__/setup1.test.js index 3ae3b71280..ffa0e2b54f 100644 --- a/e2e/global-setup/__tests__/setup1.test.js +++ b/e2e/global-setup/__tests__/setup1.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-setup/__tests__/setup2.test.js b/e2e/global-setup/__tests__/setup2.test.js index 3ae3b71280..ffa0e2b54f 100644 --- a/e2e/global-setup/__tests__/setup2.test.js +++ b/e2e/global-setup/__tests__/setup2.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-setup/__tests__/setup3.test.js b/e2e/global-setup/__tests__/setup3.test.js index 3ae3b71280..ffa0e2b54f 100644 --- a/e2e/global-setup/__tests__/setup3.test.js +++ b/e2e/global-setup/__tests__/setup3.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-setup/babel.config.js b/e2e/global-setup/babel.config.js index 8b285c15ba..7237cdd46b 100644 --- a/e2e/global-setup/babel.config.js +++ b/e2e/global-setup/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-setup/custom-tests-dir/pass.test.js b/e2e/global-setup/custom-tests-dir/pass.test.js index 0bc632c00f..8b2af0cf24 100644 --- a/e2e/global-setup/custom-tests-dir/pass.test.js +++ b/e2e/global-setup/custom-tests-dir/pass.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-setup/invalidSetup.js b/e2e/global-setup/invalidSetup.js index 3b8006bd8a..a6914f655e 100644 --- a/e2e/global-setup/invalidSetup.js +++ b/e2e/global-setup/invalidSetup.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-setup/invalidSetupWithNamedExport.js b/e2e/global-setup/invalidSetupWithNamedExport.js index df3142d35e..1ba0caead8 100644 --- a/e2e/global-setup/invalidSetupWithNamedExport.js +++ b/e2e/global-setup/invalidSetupWithNamedExport.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-setup/project-1/setup.js b/e2e/global-setup/project-1/setup.js index eacf05134e..8f374ec286 100644 --- a/e2e/global-setup/project-1/setup.js +++ b/e2e/global-setup/project-1/setup.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-setup/project-1/setup.test.js b/e2e/global-setup/project-1/setup.test.js index c8241134e4..fdab204702 100644 --- a/e2e/global-setup/project-1/setup.test.js +++ b/e2e/global-setup/project-1/setup.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-setup/project-2/setup.js b/e2e/global-setup/project-2/setup.js index 8636ed8283..d3287d6c39 100644 --- a/e2e/global-setup/project-2/setup.js +++ b/e2e/global-setup/project-2/setup.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-setup/project-2/setup.test.js b/e2e/global-setup/project-2/setup.test.js index 965952474d..cb8ebf2f81 100644 --- a/e2e/global-setup/project-2/setup.test.js +++ b/e2e/global-setup/project-2/setup.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-setup/projects.jest.config.js b/e2e/global-setup/projects.jest.config.js index 08da804c20..8f4233286c 100644 --- a/e2e/global-setup/projects.jest.config.js +++ b/e2e/global-setup/projects.jest.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-setup/setup.js b/e2e/global-setup/setup.js index 57ebbc8b08..eae0bc9097 100644 --- a/e2e/global-setup/setup.js +++ b/e2e/global-setup/setup.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-setup/setupWithConfig.js b/e2e/global-setup/setupWithConfig.js index c97316ec0b..465ea45407 100644 --- a/e2e/global-setup/setupWithConfig.js +++ b/e2e/global-setup/setupWithConfig.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-setup/setupWithDefaultExport.js b/e2e/global-setup/setupWithDefaultExport.js index 6a075f9365..4f5b9b90f4 100644 --- a/e2e/global-setup/setupWithDefaultExport.js +++ b/e2e/global-setup/setupWithDefaultExport.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-teardown-esm/__tests__/test.js b/e2e/global-teardown-esm/__tests__/test.js index 508394b8eb..5de0486313 100644 --- a/e2e/global-teardown-esm/__tests__/test.js +++ b/e2e/global-teardown-esm/__tests__/test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-teardown-esm/index.js b/e2e/global-teardown-esm/index.js index 6780e1013e..4da71e7e85 100644 --- a/e2e/global-teardown-esm/index.js +++ b/e2e/global-teardown-esm/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-teardown-esm/teardown.js b/e2e/global-teardown-esm/teardown.js index 71ab1c0459..7732d62494 100644 --- a/e2e/global-teardown-esm/teardown.js +++ b/e2e/global-teardown-esm/teardown.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-teardown/__tests__/teardown1.test.js b/e2e/global-teardown/__tests__/teardown1.test.js index 9a931999e4..3023b1b854 100644 --- a/e2e/global-teardown/__tests__/teardown1.test.js +++ b/e2e/global-teardown/__tests__/teardown1.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-teardown/__tests__/teardown2.test.js b/e2e/global-teardown/__tests__/teardown2.test.js index 9a931999e4..3023b1b854 100644 --- a/e2e/global-teardown/__tests__/teardown2.test.js +++ b/e2e/global-teardown/__tests__/teardown2.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-teardown/__tests__/teardown3.test.js b/e2e/global-teardown/__tests__/teardown3.test.js index 9a931999e4..3023b1b854 100644 --- a/e2e/global-teardown/__tests__/teardown3.test.js +++ b/e2e/global-teardown/__tests__/teardown3.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-teardown/babel.config.js b/e2e/global-teardown/babel.config.js index 8b285c15ba..7237cdd46b 100644 --- a/e2e/global-teardown/babel.config.js +++ b/e2e/global-teardown/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-teardown/custom-tests-dir/pass.test.js b/e2e/global-teardown/custom-tests-dir/pass.test.js index 0bc632c00f..8b2af0cf24 100644 --- a/e2e/global-teardown/custom-tests-dir/pass.test.js +++ b/e2e/global-teardown/custom-tests-dir/pass.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-teardown/invalidTeardown.js b/e2e/global-teardown/invalidTeardown.js index 3b8006bd8a..a6914f655e 100644 --- a/e2e/global-teardown/invalidTeardown.js +++ b/e2e/global-teardown/invalidTeardown.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-teardown/invalidTeardownWithNamedExport.js b/e2e/global-teardown/invalidTeardownWithNamedExport.js index 284253b9c7..718656b4bd 100644 --- a/e2e/global-teardown/invalidTeardownWithNamedExport.js +++ b/e2e/global-teardown/invalidTeardownWithNamedExport.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-teardown/project-1/teardown.js b/e2e/global-teardown/project-1/teardown.js index d41d0f0758..5a4eefda12 100644 --- a/e2e/global-teardown/project-1/teardown.js +++ b/e2e/global-teardown/project-1/teardown.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-teardown/project-1/teardown.test.js b/e2e/global-teardown/project-1/teardown.test.js index 80df0d1885..c88de0995b 100644 --- a/e2e/global-teardown/project-1/teardown.test.js +++ b/e2e/global-teardown/project-1/teardown.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-teardown/project-2/teardown.js b/e2e/global-teardown/project-2/teardown.js index f4584519ac..1d703b5afc 100644 --- a/e2e/global-teardown/project-2/teardown.js +++ b/e2e/global-teardown/project-2/teardown.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-teardown/project-2/teardown.test.js b/e2e/global-teardown/project-2/teardown.test.js index 08a8f0372b..aee4c626ab 100644 --- a/e2e/global-teardown/project-2/teardown.test.js +++ b/e2e/global-teardown/project-2/teardown.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-teardown/projects.jest.config.js b/e2e/global-teardown/projects.jest.config.js index 55baa56ebe..bced94235f 100644 --- a/e2e/global-teardown/projects.jest.config.js +++ b/e2e/global-teardown/projects.jest.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-teardown/teardown.js b/e2e/global-teardown/teardown.js index 7f1bb2cce0..4a20fe92d0 100644 --- a/e2e/global-teardown/teardown.js +++ b/e2e/global-teardown/teardown.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-teardown/teardownWithConfig.js b/e2e/global-teardown/teardownWithConfig.js index c97316ec0b..465ea45407 100644 --- a/e2e/global-teardown/teardownWithConfig.js +++ b/e2e/global-teardown/teardownWithConfig.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/global-teardown/teardownWithDefaultExport.js b/e2e/global-teardown/teardownWithDefaultExport.js index 6a075f9365..4f5b9b90f4 100644 --- a/e2e/global-teardown/teardownWithDefaultExport.js +++ b/e2e/global-teardown/teardownWithDefaultExport.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/imported-globals/__tests__/env.test.js b/e2e/imported-globals/__tests__/env.test.js index e81a1db5a6..f7241839af 100644 --- a/e2e/imported-globals/__tests__/env.test.js +++ b/e2e/imported-globals/__tests__/env.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/imported-globals/babel.config.js b/e2e/imported-globals/babel.config.js index 9be0361069..46ec26d1a5 100644 --- a/e2e/imported-globals/babel.config.js +++ b/e2e/imported-globals/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/jasmine-async/__tests__/asyncTestFails.test.js b/e2e/jasmine-async/__tests__/asyncTestFails.test.js index 91544072e0..fca4069a70 100644 --- a/e2e/jasmine-async/__tests__/asyncTestFails.test.js +++ b/e2e/jasmine-async/__tests__/asyncTestFails.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/jasmine-async/__tests__/concurrent-each.test.js b/e2e/jasmine-async/__tests__/concurrent-each.test.js index 1e358d9db8..44cfd833f2 100644 --- a/e2e/jasmine-async/__tests__/concurrent-each.test.js +++ b/e2e/jasmine-async/__tests__/concurrent-each.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/jasmine-async/__tests__/concurrent-many.test.js b/e2e/jasmine-async/__tests__/concurrent-many.test.js index 0575a48008..eb5836f961 100644 --- a/e2e/jasmine-async/__tests__/concurrent-many.test.js +++ b/e2e/jasmine-async/__tests__/concurrent-many.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/jasmine-async/__tests__/concurrent-only-each.test.js b/e2e/jasmine-async/__tests__/concurrent-only-each.test.js index 0c87e30c14..2e0e55ad47 100644 --- a/e2e/jasmine-async/__tests__/concurrent-only-each.test.js +++ b/e2e/jasmine-async/__tests__/concurrent-only-each.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/jasmine-async/__tests__/concurrent-parallel-failure.test.js b/e2e/jasmine-async/__tests__/concurrent-parallel-failure.test.js index e4869be914..c2bf697513 100644 --- a/e2e/jasmine-async/__tests__/concurrent-parallel-failure.test.js +++ b/e2e/jasmine-async/__tests__/concurrent-parallel-failure.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/jasmine-async/__tests__/concurrent.test.js b/e2e/jasmine-async/__tests__/concurrent.test.js index 2b852c2f14..82989df32a 100644 --- a/e2e/jasmine-async/__tests__/concurrent.test.js +++ b/e2e/jasmine-async/__tests__/concurrent.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/jasmine-async/__tests__/concurrentWithinDescribe.test.js b/e2e/jasmine-async/__tests__/concurrentWithinDescribe.test.js index 56c389d3a0..bbf5683f5f 100644 --- a/e2e/jasmine-async/__tests__/concurrentWithinDescribe.test.js +++ b/e2e/jasmine-async/__tests__/concurrentWithinDescribe.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/jasmine-async/__tests__/generator.test.js b/e2e/jasmine-async/__tests__/generator.test.js index 56e2cafbc7..60e72b59be 100644 --- a/e2e/jasmine-async/__tests__/generator.test.js +++ b/e2e/jasmine-async/__tests__/generator.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/jasmine-async/__tests__/pendingInPromise.test.js b/e2e/jasmine-async/__tests__/pendingInPromise.test.js index b88200bef5..31d2bce725 100644 --- a/e2e/jasmine-async/__tests__/pendingInPromise.test.js +++ b/e2e/jasmine-async/__tests__/pendingInPromise.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/jasmine-async/__tests__/promiseAfterAll.test.js b/e2e/jasmine-async/__tests__/promiseAfterAll.test.js index 33bea58fb4..99db40ddff 100644 --- a/e2e/jasmine-async/__tests__/promiseAfterAll.test.js +++ b/e2e/jasmine-async/__tests__/promiseAfterAll.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/jasmine-async/__tests__/promiseAfterEach.test.js b/e2e/jasmine-async/__tests__/promiseAfterEach.test.js index 3a2add9820..1276f4ca8c 100644 --- a/e2e/jasmine-async/__tests__/promiseAfterEach.test.js +++ b/e2e/jasmine-async/__tests__/promiseAfterEach.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/jasmine-async/__tests__/promiseBeforeAll.test.js b/e2e/jasmine-async/__tests__/promiseBeforeAll.test.js index f3a40d8f91..c11b0da903 100644 --- a/e2e/jasmine-async/__tests__/promiseBeforeAll.test.js +++ b/e2e/jasmine-async/__tests__/promiseBeforeAll.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/jasmine-async/__tests__/promiseBeforeEach.test.js b/e2e/jasmine-async/__tests__/promiseBeforeEach.test.js index 45c16c2ef6..c1e8b75266 100644 --- a/e2e/jasmine-async/__tests__/promiseBeforeEach.test.js +++ b/e2e/jasmine-async/__tests__/promiseBeforeEach.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/jasmine-async/__tests__/promiseFit.test.js b/e2e/jasmine-async/__tests__/promiseFit.test.js index 6faff09c49..d2afba742a 100644 --- a/e2e/jasmine-async/__tests__/promiseFit.test.js +++ b/e2e/jasmine-async/__tests__/promiseFit.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/jasmine-async/__tests__/promiseIt.test.js b/e2e/jasmine-async/__tests__/promiseIt.test.js index 231e4d0042..9bd6de8d1f 100644 --- a/e2e/jasmine-async/__tests__/promiseIt.test.js +++ b/e2e/jasmine-async/__tests__/promiseIt.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/jasmine-async/__tests__/promiseXit.test.js b/e2e/jasmine-async/__tests__/promiseXit.test.js index 152fe2bf25..b4b62692b1 100644 --- a/e2e/jasmine-async/__tests__/promiseXit.test.js +++ b/e2e/jasmine-async/__tests__/promiseXit.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/jasmine-async/__tests__/returningValues.test.js b/e2e/jasmine-async/__tests__/returningValues.test.js index f966c89d00..8fcdac8444 100644 --- a/e2e/jasmine-async/__tests__/returningValues.test.js +++ b/e2e/jasmine-async/__tests__/returningValues.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/jest-object/__tests__/any-seed.test.js b/e2e/jest-object/__tests__/any-seed.test.js index 89dd983604..a126b8cd35 100644 --- a/e2e/jest-object/__tests__/any-seed.test.js +++ b/e2e/jest-object/__tests__/any-seed.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/jest-object/__tests__/get-seed.test.js b/e2e/jest-object/__tests__/get-seed.test.js index 2055f0223c..46bba1996a 100644 --- a/e2e/jest-object/__tests__/get-seed.test.js +++ b/e2e/jest-object/__tests__/get-seed.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/json-reporter/__tests__/sum.test.js b/e2e/json-reporter/__tests__/sum.test.js index eb464cb108..b73f4382dd 100644 --- a/e2e/json-reporter/__tests__/sum.test.js +++ b/e2e/json-reporter/__tests__/sum.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/json-reporter/sum.js b/e2e/json-reporter/sum.js index 6e9d947501..1357684122 100644 --- a/e2e/json-reporter/sum.js +++ b/e2e/json-reporter/sum.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/lifecycles/__tests__/index.js b/e2e/lifecycles/__tests__/index.js index 4899881fe8..473f13cd6c 100644 --- a/e2e/lifecycles/__tests__/index.js +++ b/e2e/lifecycles/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/lifecycles/index.js b/e2e/lifecycles/index.js index 39b8ce41d1..4bf45d0f36 100644 --- a/e2e/lifecycles/index.js +++ b/e2e/lifecycles/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/list-tests/__tests__/dummy.test.js b/e2e/list-tests/__tests__/dummy.test.js index cfc1ee266f..f7a075e382 100644 --- a/e2e/list-tests/__tests__/dummy.test.js +++ b/e2e/list-tests/__tests__/dummy.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/list-tests/__tests__/other.test.js b/e2e/list-tests/__tests__/other.test.js index cfc1ee266f..f7a075e382 100644 --- a/e2e/list-tests/__tests__/other.test.js +++ b/e2e/list-tests/__tests__/other.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/location-in-results/__tests__/test.js b/e2e/location-in-results/__tests__/test.js index aeffa37513..4e13e78567 100644 --- a/e2e/location-in-results/__tests__/test.js +++ b/e2e/location-in-results/__tests__/test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/mock-functions/__tests__/index.js b/e2e/mock-functions/__tests__/index.js index 31e9f75c4e..019ca685df 100644 --- a/e2e/mock-functions/__tests__/index.js +++ b/e2e/mock-functions/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/mock-json/__tests__/index.js b/e2e/mock-json/__tests__/index.js index 5c3534cd7d..0c5c9b511b 100644 --- a/e2e/mock-json/__tests__/index.js +++ b/e2e/mock-json/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/mock-json/index.js b/e2e/mock-json/index.js index 580b168dce..e60e8f60bd 100644 --- a/e2e/mock-json/index.js +++ b/e2e/mock-json/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/mock-names/with-empty-mock-name-not-called/__tests__/index.js b/e2e/mock-names/with-empty-mock-name-not-called/__tests__/index.js index 5e83931ae3..84eb6098c0 100644 --- a/e2e/mock-names/with-empty-mock-name-not-called/__tests__/index.js +++ b/e2e/mock-names/with-empty-mock-name-not-called/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/mock-names/with-empty-mock-name-not-called/index.js b/e2e/mock-names/with-empty-mock-name-not-called/index.js index 3f40dc0d6b..f2f12848fe 100644 --- a/e2e/mock-names/with-empty-mock-name-not-called/index.js +++ b/e2e/mock-names/with-empty-mock-name-not-called/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/mock-names/with-empty-mock-name/__tests__/index.js b/e2e/mock-names/with-empty-mock-name/__tests__/index.js index d181454d9d..34bd36bdc7 100644 --- a/e2e/mock-names/with-empty-mock-name/__tests__/index.js +++ b/e2e/mock-names/with-empty-mock-name/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/mock-names/with-empty-mock-name/index.js b/e2e/mock-names/with-empty-mock-name/index.js index 3f40dc0d6b..f2f12848fe 100644 --- a/e2e/mock-names/with-empty-mock-name/index.js +++ b/e2e/mock-names/with-empty-mock-name/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/mock-names/with-mock-name-call-times-fail/__tests__/index.js b/e2e/mock-names/with-mock-name-call-times-fail/__tests__/index.js index 0db811ed6e..b124e13778 100644 --- a/e2e/mock-names/with-mock-name-call-times-fail/__tests__/index.js +++ b/e2e/mock-names/with-mock-name-call-times-fail/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/mock-names/with-mock-name-call-times-fail/index.js b/e2e/mock-names/with-mock-name-call-times-fail/index.js index 3f40dc0d6b..f2f12848fe 100644 --- a/e2e/mock-names/with-mock-name-call-times-fail/index.js +++ b/e2e/mock-names/with-mock-name-call-times-fail/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/mock-names/with-mock-name-call-times-pass/__tests__/index.js b/e2e/mock-names/with-mock-name-call-times-pass/__tests__/index.js index 21547f5b1b..ee07c0fbfb 100644 --- a/e2e/mock-names/with-mock-name-call-times-pass/__tests__/index.js +++ b/e2e/mock-names/with-mock-name-call-times-pass/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/mock-names/with-mock-name-call-times-pass/index.js b/e2e/mock-names/with-mock-name-call-times-pass/index.js index 3f40dc0d6b..f2f12848fe 100644 --- a/e2e/mock-names/with-mock-name-call-times-pass/index.js +++ b/e2e/mock-names/with-mock-name-call-times-pass/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/mock-names/with-mock-name-not-called-fail/__tests__/index.js b/e2e/mock-names/with-mock-name-not-called-fail/__tests__/index.js index 765a0b3485..61de622ed6 100644 --- a/e2e/mock-names/with-mock-name-not-called-fail/__tests__/index.js +++ b/e2e/mock-names/with-mock-name-not-called-fail/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/mock-names/with-mock-name-not-called-fail/index.js b/e2e/mock-names/with-mock-name-not-called-fail/index.js index 3f40dc0d6b..f2f12848fe 100644 --- a/e2e/mock-names/with-mock-name-not-called-fail/index.js +++ b/e2e/mock-names/with-mock-name-not-called-fail/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/mock-names/with-mock-name-not-called-pass/__tests__/index.js b/e2e/mock-names/with-mock-name-not-called-pass/__tests__/index.js index af5c70d0cc..c31046be13 100644 --- a/e2e/mock-names/with-mock-name-not-called-pass/__tests__/index.js +++ b/e2e/mock-names/with-mock-name-not-called-pass/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/mock-names/with-mock-name-not-called-pass/index.js b/e2e/mock-names/with-mock-name-not-called-pass/index.js index 3f40dc0d6b..f2f12848fe 100644 --- a/e2e/mock-names/with-mock-name-not-called-pass/index.js +++ b/e2e/mock-names/with-mock-name-not-called-pass/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/mock-names/with-mock-name-not-called/__tests__/index.js b/e2e/mock-names/with-mock-name-not-called/__tests__/index.js index add86a0bb9..778f1bb05d 100644 --- a/e2e/mock-names/with-mock-name-not-called/__tests__/index.js +++ b/e2e/mock-names/with-mock-name-not-called/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/mock-names/with-mock-name-not-called/index.js b/e2e/mock-names/with-mock-name-not-called/index.js index 3f40dc0d6b..f2f12848fe 100644 --- a/e2e/mock-names/with-mock-name-not-called/index.js +++ b/e2e/mock-names/with-mock-name-not-called/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/mock-names/with-mock-name/__tests__/index.js b/e2e/mock-names/with-mock-name/__tests__/index.js index 8f3b8b3091..5ec7e241c6 100644 --- a/e2e/mock-names/with-mock-name/__tests__/index.js +++ b/e2e/mock-names/with-mock-name/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/mock-names/with-mock-name/index.js b/e2e/mock-names/with-mock-name/index.js index 3f40dc0d6b..f2f12848fe 100644 --- a/e2e/mock-names/with-mock-name/index.js +++ b/e2e/mock-names/with-mock-name/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/mock-names/without-mock-name-not-called/__tests__/index.js b/e2e/mock-names/without-mock-name-not-called/__tests__/index.js index da7e2fe85d..e7e61a7669 100644 --- a/e2e/mock-names/without-mock-name-not-called/__tests__/index.js +++ b/e2e/mock-names/without-mock-name-not-called/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/mock-names/without-mock-name-not-called/index.js b/e2e/mock-names/without-mock-name-not-called/index.js index 3f40dc0d6b..f2f12848fe 100644 --- a/e2e/mock-names/without-mock-name-not-called/index.js +++ b/e2e/mock-names/without-mock-name-not-called/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/mock-names/without-mock-name/__tests__/index.js b/e2e/mock-names/without-mock-name/__tests__/index.js index 5f8d6042ce..079bb5cbcf 100644 --- a/e2e/mock-names/without-mock-name/__tests__/index.js +++ b/e2e/mock-names/without-mock-name/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/mock-names/without-mock-name/index.js b/e2e/mock-names/without-mock-name/index.js index 3f40dc0d6b..f2f12848fe 100644 --- a/e2e/mock-names/without-mock-name/index.js +++ b/e2e/mock-names/without-mock-name/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/module-name-mapper-correct-config/__mocks__/styleMock.js b/e2e/module-name-mapper-correct-config/__mocks__/styleMock.js index 3ef25eafec..75b867d8c5 100644 --- a/e2e/module-name-mapper-correct-config/__mocks__/styleMock.js +++ b/e2e/module-name-mapper-correct-config/__mocks__/styleMock.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/module-name-mapper-correct-config/__tests__/index.js b/e2e/module-name-mapper-correct-config/__tests__/index.js index bad41af8c1..b7aa889b5a 100644 --- a/e2e/module-name-mapper-correct-config/__tests__/index.js +++ b/e2e/module-name-mapper-correct-config/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/module-name-mapper-correct-config/index.js b/e2e/module-name-mapper-correct-config/index.js index 2bfaa469de..7256d44aee 100644 --- a/e2e/module-name-mapper-correct-config/index.js +++ b/e2e/module-name-mapper-correct-config/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/module-name-mapper-correct-mock-absolute-path/__tests__/index.js b/e2e/module-name-mapper-correct-mock-absolute-path/__tests__/index.js index 959e1bc9b3..67ba8366c5 100644 --- a/e2e/module-name-mapper-correct-mock-absolute-path/__tests__/index.js +++ b/e2e/module-name-mapper-correct-mock-absolute-path/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/module-name-mapper-correct-mock-absolute-path/index.js b/e2e/module-name-mapper-correct-mock-absolute-path/index.js index 9552c0b25e..b61cddaaef 100644 --- a/e2e/module-name-mapper-correct-mock-absolute-path/index.js +++ b/e2e/module-name-mapper-correct-mock-absolute-path/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/module-name-mapper-correct-mock-absolute-path/src/components/Button.js b/e2e/module-name-mapper-correct-mock-absolute-path/src/components/Button.js index ad032eb1bb..4bb7dad0b9 100644 --- a/e2e/module-name-mapper-correct-mock-absolute-path/src/components/Button.js +++ b/e2e/module-name-mapper-correct-mock-absolute-path/src/components/Button.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/module-name-mapper-mock/__tests__/storage/track/Track.test.js b/e2e/module-name-mapper-mock/__tests__/storage/track/Track.test.js index be6c16f0c1..2a3bd34a08 100644 --- a/e2e/module-name-mapper-mock/__tests__/storage/track/Track.test.js +++ b/e2e/module-name-mapper-mock/__tests__/storage/track/Track.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/module-name-mapper-mock/__tests__/storage/track/TrackExpected.test.js b/e2e/module-name-mapper-mock/__tests__/storage/track/TrackExpected.test.js index 494d7056bd..99a1e3ef63 100644 --- a/e2e/module-name-mapper-mock/__tests__/storage/track/TrackExpected.test.js +++ b/e2e/module-name-mapper-mock/__tests__/storage/track/TrackExpected.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/module-name-mapper-mock/src/storage/track/Track.js b/e2e/module-name-mapper-mock/src/storage/track/Track.js index e91d9a9b04..e78a70798d 100644 --- a/e2e/module-name-mapper-mock/src/storage/track/Track.js +++ b/e2e/module-name-mapper-mock/src/storage/track/Track.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/module-name-mapper-wrong-array-config/__tests__/index.js b/e2e/module-name-mapper-wrong-array-config/__tests__/index.js index 9c6b6debae..7481a99a05 100644 --- a/e2e/module-name-mapper-wrong-array-config/__tests__/index.js +++ b/e2e/module-name-mapper-wrong-array-config/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/module-name-mapper-wrong-array-config/index.js b/e2e/module-name-mapper-wrong-array-config/index.js index 905bfb958b..8f13d346f9 100644 --- a/e2e/module-name-mapper-wrong-array-config/index.js +++ b/e2e/module-name-mapper-wrong-array-config/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/module-name-mapper-wrong-config/__tests__/index.js b/e2e/module-name-mapper-wrong-config/__tests__/index.js index 9c6b6debae..7481a99a05 100644 --- a/e2e/module-name-mapper-wrong-config/__tests__/index.js +++ b/e2e/module-name-mapper-wrong-config/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/module-name-mapper-wrong-config/index.js b/e2e/module-name-mapper-wrong-config/index.js index 905bfb958b..8f13d346f9 100644 --- a/e2e/module-name-mapper-wrong-config/index.js +++ b/e2e/module-name-mapper-wrong-config/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/module-parent-null-in-test/__tests__/index.js b/e2e/module-parent-null-in-test/__tests__/index.js index 2b43f4501d..58e967dd81 100644 --- a/e2e/module-parent-null-in-test/__tests__/index.js +++ b/e2e/module-parent-null-in-test/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/multi-project-babel/prj-1/babel.config.js b/e2e/multi-project-babel/prj-1/babel.config.js index 186d686670..9e762515d8 100644 --- a/e2e/multi-project-babel/prj-1/babel.config.js +++ b/e2e/multi-project-babel/prj-1/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/multi-project-babel/prj-1/index.js b/e2e/multi-project-babel/prj-1/index.js index 881ff40731..4c612909c8 100644 --- a/e2e/multi-project-babel/prj-1/index.js +++ b/e2e/multi-project-babel/prj-1/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/multi-project-babel/prj-1/index.test.js b/e2e/multi-project-babel/prj-1/index.test.js index f0f19c2e9a..3c9312e2c4 100644 --- a/e2e/multi-project-babel/prj-1/index.test.js +++ b/e2e/multi-project-babel/prj-1/index.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/multi-project-babel/prj-2/.babelrc.js b/e2e/multi-project-babel/prj-2/.babelrc.js index 186d686670..9e762515d8 100644 --- a/e2e/multi-project-babel/prj-2/.babelrc.js +++ b/e2e/multi-project-babel/prj-2/.babelrc.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/multi-project-babel/prj-2/index.js b/e2e/multi-project-babel/prj-2/index.js index 881ff40731..4c612909c8 100644 --- a/e2e/multi-project-babel/prj-2/index.js +++ b/e2e/multi-project-babel/prj-2/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/multi-project-babel/prj-2/index.test.js b/e2e/multi-project-babel/prj-2/index.test.js index f0f19c2e9a..3c9312e2c4 100644 --- a/e2e/multi-project-babel/prj-2/index.test.js +++ b/e2e/multi-project-babel/prj-2/index.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/multi-project-babel/prj-3/src/babel.config.js b/e2e/multi-project-babel/prj-3/src/babel.config.js index 186d686670..9e762515d8 100644 --- a/e2e/multi-project-babel/prj-3/src/babel.config.js +++ b/e2e/multi-project-babel/prj-3/src/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/multi-project-babel/prj-3/src/index.js b/e2e/multi-project-babel/prj-3/src/index.js index 881ff40731..4c612909c8 100644 --- a/e2e/multi-project-babel/prj-3/src/index.js +++ b/e2e/multi-project-babel/prj-3/src/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/multi-project-babel/prj-3/src/index.test.js b/e2e/multi-project-babel/prj-3/src/index.test.js index f0f19c2e9a..3c9312e2c4 100644 --- a/e2e/multi-project-babel/prj-3/src/index.test.js +++ b/e2e/multi-project-babel/prj-3/src/index.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/multi-project-babel/prj-4/.babelrc.js b/e2e/multi-project-babel/prj-4/.babelrc.js index 186d686670..9e762515d8 100644 --- a/e2e/multi-project-babel/prj-4/.babelrc.js +++ b/e2e/multi-project-babel/prj-4/.babelrc.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/multi-project-babel/prj-4/src/index.js b/e2e/multi-project-babel/prj-4/src/index.js index 881ff40731..4c612909c8 100644 --- a/e2e/multi-project-babel/prj-4/src/index.js +++ b/e2e/multi-project-babel/prj-4/src/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/multi-project-babel/prj-4/src/index.test.js b/e2e/multi-project-babel/prj-4/src/index.test.js index f0f19c2e9a..3c9312e2c4 100644 --- a/e2e/multi-project-babel/prj-4/src/index.test.js +++ b/e2e/multi-project-babel/prj-4/src/index.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/multi-project-babel/prj-5/.babelrc.js b/e2e/multi-project-babel/prj-5/.babelrc.js index 186d686670..9e762515d8 100644 --- a/e2e/multi-project-babel/prj-5/.babelrc.js +++ b/e2e/multi-project-babel/prj-5/.babelrc.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/multi-project-babel/prj-5/src/index.js b/e2e/multi-project-babel/prj-5/src/index.js index 881ff40731..4c612909c8 100644 --- a/e2e/multi-project-babel/prj-5/src/index.js +++ b/e2e/multi-project-babel/prj-5/src/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/multi-project-babel/prj-5/src/index.test.js b/e2e/multi-project-babel/prj-5/src/index.test.js index f0f19c2e9a..3c9312e2c4 100644 --- a/e2e/multi-project-babel/prj-5/src/index.test.js +++ b/e2e/multi-project-babel/prj-5/src/index.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/multi-project-config-root/bar/__tests__/boggusBar.test.js b/e2e/multi-project-config-root/bar/__tests__/boggusBar.test.js index 153a6a4519..b5faad3c16 100644 --- a/e2e/multi-project-config-root/bar/__tests__/boggusBar.test.js +++ b/e2e/multi-project-config-root/bar/__tests__/boggusBar.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/multi-project-config-root/foo/__tests__/boggusFoo.test.js b/e2e/multi-project-config-root/foo/__tests__/boggusFoo.test.js index 6d4f3095a3..0560d9c0a4 100644 --- a/e2e/multi-project-config-root/foo/__tests__/boggusFoo.test.js +++ b/e2e/multi-project-config-root/foo/__tests__/boggusFoo.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/multiple-configs/__tests__/test.js b/e2e/multiple-configs/__tests__/test.js index 2b4a7ced6f..fc395e3a0f 100644 --- a/e2e/multiple-configs/__tests__/test.js +++ b/e2e/multiple-configs/__tests__/test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/multiple-configs/jest.config.js b/e2e/multiple-configs/jest.config.js index a2876a6ef5..d1a8403118 100644 --- a/e2e/multiple-configs/jest.config.js +++ b/e2e/multiple-configs/jest.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-async-mock/Native.js b/e2e/native-async-mock/Native.js index 40600a495a..11df1482e7 100644 --- a/e2e/native-async-mock/Native.js +++ b/e2e/native-async-mock/Native.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-async-mock/__tests__/nativeAsyncMock.test.js b/e2e/native-async-mock/__tests__/nativeAsyncMock.test.js index c61b94f420..4152d32ecd 100644 --- a/e2e/native-async-mock/__tests__/nativeAsyncMock.test.js +++ b/e2e/native-async-mock/__tests__/nativeAsyncMock.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-esm-typescript/__tests__/double.test.ts b/e2e/native-esm-typescript/__tests__/double.test.ts index ad06fbe075..7486c61d83 100644 --- a/e2e/native-esm-typescript/__tests__/double.test.ts +++ b/e2e/native-esm-typescript/__tests__/double.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-esm-typescript/babel.config.js b/e2e/native-esm-typescript/babel.config.js index 2903dbb9f6..f5a56e3285 100644 --- a/e2e/native-esm-typescript/babel.config.js +++ b/e2e/native-esm-typescript/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-esm-typescript/double.ts b/e2e/native-esm-typescript/double.ts index 8e81ae1537..774146b4c3 100644 --- a/e2e/native-esm-typescript/double.ts +++ b/e2e/native-esm-typescript/double.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-esm/__tests__/native-esm-core-cjs-reexport.test.js b/e2e/native-esm/__tests__/native-esm-core-cjs-reexport.test.js index a64a487c08..168d613f2f 100644 --- a/e2e/native-esm/__tests__/native-esm-core-cjs-reexport.test.js +++ b/e2e/native-esm/__tests__/native-esm-core-cjs-reexport.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-esm/__tests__/native-esm-deep-cjs-reexport.test.js b/e2e/native-esm/__tests__/native-esm-deep-cjs-reexport.test.js index 3df450fd17..919df89226 100644 --- a/e2e/native-esm/__tests__/native-esm-deep-cjs-reexport.test.js +++ b/e2e/native-esm/__tests__/native-esm-deep-cjs-reexport.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-esm/__tests__/native-esm-import-assertions.test.js b/e2e/native-esm/__tests__/native-esm-import-assertions.test.js index 2f390c49a0..6a2d16b42d 100644 --- a/e2e/native-esm/__tests__/native-esm-import-assertions.test.js +++ b/e2e/native-esm/__tests__/native-esm-import-assertions.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-esm/__tests__/native-esm-missing-import-assertions.test.js b/e2e/native-esm/__tests__/native-esm-missing-import-assertions.test.js index fabcb4624f..aece5bd861 100644 --- a/e2e/native-esm/__tests__/native-esm-missing-import-assertions.test.js +++ b/e2e/native-esm/__tests__/native-esm-missing-import-assertions.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-esm/__tests__/native-esm-tla.test.js b/e2e/native-esm/__tests__/native-esm-tla.test.js index 7b34efffe8..09739460fd 100644 --- a/e2e/native-esm/__tests__/native-esm-tla.test.js +++ b/e2e/native-esm/__tests__/native-esm-tla.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-esm/__tests__/native-esm-wasm.test.js b/e2e/native-esm/__tests__/native-esm-wasm.test.js index fddc1d2f08..862c5af410 100644 --- a/e2e/native-esm/__tests__/native-esm-wasm.test.js +++ b/e2e/native-esm/__tests__/native-esm-wasm.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-esm/__tests__/native-esm.test.js b/e2e/native-esm/__tests__/native-esm.test.js index c452fda7d3..f24038ef0c 100644 --- a/e2e/native-esm/__tests__/native-esm.test.js +++ b/e2e/native-esm/__tests__/native-esm.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-esm/anotherDynamicImport.js b/e2e/native-esm/anotherDynamicImport.js index 84b87a513c..b5f978420f 100644 --- a/e2e/native-esm/anotherDynamicImport.js +++ b/e2e/native-esm/anotherDynamicImport.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-esm/circularDependentA.mjs b/e2e/native-esm/circularDependentA.mjs index 801bd8d844..0b884652e6 100644 --- a/e2e/native-esm/circularDependentA.mjs +++ b/e2e/native-esm/circularDependentA.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-esm/circularDependentB.mjs b/e2e/native-esm/circularDependentB.mjs index 7a81d4c331..d740281e85 100644 --- a/e2e/native-esm/circularDependentB.mjs +++ b/e2e/native-esm/circularDependentB.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-esm/commonjs.cjs b/e2e/native-esm/commonjs.cjs index dcb0cfd461..26607f25d2 100644 --- a/e2e/native-esm/commonjs.cjs +++ b/e2e/native-esm/commonjs.cjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-esm/commonjsNamed.cjs b/e2e/native-esm/commonjsNamed.cjs index 7017df473e..dbfd80893e 100644 --- a/e2e/native-esm/commonjsNamed.cjs +++ b/e2e/native-esm/commonjsNamed.cjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-esm/coreReexport.js b/e2e/native-esm/coreReexport.js index 173727f9a4..5fd2c515b7 100644 --- a/e2e/native-esm/coreReexport.js +++ b/e2e/native-esm/coreReexport.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-esm/deepReexport.js b/e2e/native-esm/deepReexport.js index f98c6ce864..55a68a1182 100644 --- a/e2e/native-esm/deepReexport.js +++ b/e2e/native-esm/deepReexport.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-esm/dynamicImport.js b/e2e/native-esm/dynamicImport.js index 84b87a513c..b5f978420f 100644 --- a/e2e/native-esm/dynamicImport.js +++ b/e2e/native-esm/dynamicImport.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-esm/fromCjs.mjs b/e2e/native-esm/fromCjs.mjs index 6f625f8ff5..21f49eef1b 100644 --- a/e2e/native-esm/fromCjs.mjs +++ b/e2e/native-esm/fromCjs.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-esm/fromEsm.cjs b/e2e/native-esm/fromEsm.cjs index cb5d4a92b5..5b2332d5e3 100644 --- a/e2e/native-esm/fromEsm.cjs +++ b/e2e/native-esm/fromEsm.cjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-esm/index.js b/e2e/native-esm/index.js index 19bd49f554..d5acc1e263 100644 --- a/e2e/native-esm/index.js +++ b/e2e/native-esm/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-esm/namedExport.cjs b/e2e/native-esm/namedExport.cjs index 64de6a335c..72937468e7 100644 --- a/e2e/native-esm/namedExport.cjs +++ b/e2e/native-esm/namedExport.cjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-esm/namespaceExport.js b/e2e/native-esm/namespaceExport.js index 3210e61188..21e6ad6802 100644 --- a/e2e/native-esm/namespaceExport.js +++ b/e2e/native-esm/namespaceExport.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-esm/reexport.js b/e2e/native-esm/reexport.js index 6cf18b68b9..d70f396361 100644 --- a/e2e/native-esm/reexport.js +++ b/e2e/native-esm/reexport.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-esm/stateful.cjs b/e2e/native-esm/stateful.cjs index cda0aec7cd..b20ab42389 100644 --- a/e2e/native-esm/stateful.cjs +++ b/e2e/native-esm/stateful.cjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-esm/stateful.mjs b/e2e/native-esm/stateful.mjs index 485da62bd3..f48c741a4c 100644 --- a/e2e/native-esm/stateful.mjs +++ b/e2e/native-esm/stateful.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-esm/staticDataImport.js b/e2e/native-esm/staticDataImport.js index f26873dc7b..ac3b5633e1 100644 --- a/e2e/native-esm/staticDataImport.js +++ b/e2e/native-esm/staticDataImport.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-esm/wasm-bindgen/index.js b/e2e/native-esm/wasm-bindgen/index.js index 1eec684e23..df86c1097d 100644 --- a/e2e/native-esm/wasm-bindgen/index.js +++ b/e2e/native-esm/wasm-bindgen/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/native-esm/wasm-bindgen/index_bg.js b/e2e/native-esm/wasm-bindgen/index_bg.js index a194a2f5fb..51062a1034 100644 --- a/e2e/native-esm/wasm-bindgen/index_bg.js +++ b/e2e/native-esm/wasm-bindgen/index_bg.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/nested-event-loop/__tests__/nestedEventLoop.test.js b/e2e/nested-event-loop/__tests__/nestedEventLoop.test.js index 137335b31c..d8e54b0e2b 100644 --- a/e2e/nested-event-loop/__tests__/nestedEventLoop.test.js +++ b/e2e/nested-event-loop/__tests__/nestedEventLoop.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/nested-test-definitions/__tests__/nestedDescribeInTest.js b/e2e/nested-test-definitions/__tests__/nestedDescribeInTest.js index 186e795484..8bec14cd35 100644 --- a/e2e/nested-test-definitions/__tests__/nestedDescribeInTest.js +++ b/e2e/nested-test-definitions/__tests__/nestedDescribeInTest.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/nested-test-definitions/__tests__/nestedHookInTest.js b/e2e/nested-test-definitions/__tests__/nestedHookInTest.js index d7b403d984..54e43d4512 100644 --- a/e2e/nested-test-definitions/__tests__/nestedHookInTest.js +++ b/e2e/nested-test-definitions/__tests__/nestedHookInTest.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/nested-test-definitions/__tests__/nestedTestOutsideDescribe.js b/e2e/nested-test-definitions/__tests__/nestedTestOutsideDescribe.js index 29f988f75e..d1a099b8f0 100644 --- a/e2e/nested-test-definitions/__tests__/nestedTestOutsideDescribe.js +++ b/e2e/nested-test-definitions/__tests__/nestedTestOutsideDescribe.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/nested-test-definitions/__tests__/nestedTestWithinDescribe.js b/e2e/nested-test-definitions/__tests__/nestedTestWithinDescribe.js index 30160cee5a..828acab1dc 100644 --- a/e2e/nested-test-definitions/__tests__/nestedTestWithinDescribe.js +++ b/e2e/nested-test-definitions/__tests__/nestedTestWithinDescribe.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/nested-test-definitions/index.js b/e2e/nested-test-definitions/index.js index 849dbee86e..bb3f74be99 100644 --- a/e2e/nested-test-definitions/index.js +++ b/e2e/nested-test-definitions/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/node-path/__tests__/nodePath.test.js b/e2e/node-path/__tests__/nodePath.test.js index 8191b63bc4..ddefe0bbdf 100644 --- a/e2e/node-path/__tests__/nodePath.test.js +++ b/e2e/node-path/__tests__/nodePath.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/node-path/src/path/file.js b/e2e/node-path/src/path/file.js index 2a8e73d9ff..cd53823d8f 100644 --- a/e2e/node-path/src/path/file.js +++ b/e2e/node-path/src/path/file.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/override-globals/__tests__/index.js b/e2e/override-globals/__tests__/index.js index 9e505946c2..59448c4a07 100644 --- a/e2e/override-globals/__tests__/index.js +++ b/e2e/override-globals/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/override-globals/babel.config.js b/e2e/override-globals/babel.config.js index 9be0361069..46ec26d1a5 100644 --- a/e2e/override-globals/babel.config.js +++ b/e2e/override-globals/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/override-globals/index.js b/e2e/override-globals/index.js index b213a71292..b7fc210df4 100644 --- a/e2e/override-globals/index.js +++ b/e2e/override-globals/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/override-globals/setup.js b/e2e/override-globals/setup.js index 570f321a5c..f11f3a227e 100644 --- a/e2e/override-globals/setup.js +++ b/e2e/override-globals/setup.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/pnp/__tests__/index.js b/e2e/pnp/__tests__/index.js index a4dc708186..7e9b7545ae 100644 --- a/e2e/pnp/__tests__/index.js +++ b/e2e/pnp/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/pnp/__tests__/undeclared-dependency.test.js b/e2e/pnp/__tests__/undeclared-dependency.test.js index d57d36b0cf..6843fa065f 100644 --- a/e2e/pnp/__tests__/undeclared-dependency.test.js +++ b/e2e/pnp/__tests__/undeclared-dependency.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/pnp/lib/index.js b/e2e/pnp/lib/index.js index e878c1f6af..14a1bf5712 100644 --- a/e2e/pnp/lib/index.js +++ b/e2e/pnp/lib/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/pnp/undeclared-dependency/index.js b/e2e/pnp/undeclared-dependency/index.js index a00d5facdf..0fa3eefc09 100644 --- a/e2e/pnp/undeclared-dependency/index.js +++ b/e2e/pnp/undeclared-dependency/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/presets/cjs/__tests__/index.js b/e2e/presets/cjs/__tests__/index.js index 00bfd14d0b..2855bbed39 100644 --- a/e2e/presets/cjs/__tests__/index.js +++ b/e2e/presets/cjs/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/presets/cjs/node_modules/jest-preset-cjs/jest-preset.cjs b/e2e/presets/cjs/node_modules/jest-preset-cjs/jest-preset.cjs index 15cc175989..8a59c63fe2 100644 --- a/e2e/presets/cjs/node_modules/jest-preset-cjs/jest-preset.cjs +++ b/e2e/presets/cjs/node_modules/jest-preset-cjs/jest-preset.cjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/presets/cjs/node_modules/jest-preset-cjs/mapper.js b/e2e/presets/cjs/node_modules/jest-preset-cjs/mapper.js index ddedd1efe5..222a5fa09e 100644 --- a/e2e/presets/cjs/node_modules/jest-preset-cjs/mapper.js +++ b/e2e/presets/cjs/node_modules/jest-preset-cjs/mapper.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/presets/js-type-module/__tests__/index.js b/e2e/presets/js-type-module/__tests__/index.js index 8a646591c3..34801e85d7 100644 --- a/e2e/presets/js-type-module/__tests__/index.js +++ b/e2e/presets/js-type-module/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/presets/js-type-module/node_modules/jest-preset-js-type-module/jest-preset.js b/e2e/presets/js-type-module/node_modules/jest-preset-js-type-module/jest-preset.js index 9a3aa71dcf..7a993f4085 100644 --- a/e2e/presets/js-type-module/node_modules/jest-preset-js-type-module/jest-preset.js +++ b/e2e/presets/js-type-module/node_modules/jest-preset-js-type-module/jest-preset.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/presets/js-type-module/node_modules/jest-preset-js-type-module/mapper.js b/e2e/presets/js-type-module/node_modules/jest-preset-js-type-module/mapper.js index ddedd1efe5..222a5fa09e 100644 --- a/e2e/presets/js-type-module/node_modules/jest-preset-js-type-module/mapper.js +++ b/e2e/presets/js-type-module/node_modules/jest-preset-js-type-module/mapper.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/presets/js/__tests__/index.js b/e2e/presets/js/__tests__/index.js index 8a646591c3..34801e85d7 100644 --- a/e2e/presets/js/__tests__/index.js +++ b/e2e/presets/js/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/presets/js/node_modules/jest-preset-js/jest-preset.js b/e2e/presets/js/node_modules/jest-preset-js/jest-preset.js index 6bc332577a..77dc232d5c 100644 --- a/e2e/presets/js/node_modules/jest-preset-js/jest-preset.js +++ b/e2e/presets/js/node_modules/jest-preset-js/jest-preset.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/presets/js/node_modules/jest-preset-js/mapper.js b/e2e/presets/js/node_modules/jest-preset-js/mapper.js index ddedd1efe5..222a5fa09e 100644 --- a/e2e/presets/js/node_modules/jest-preset-js/mapper.js +++ b/e2e/presets/js/node_modules/jest-preset-js/mapper.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/presets/json/__tests__/index.js b/e2e/presets/json/__tests__/index.js index b668644bca..b7fcc11f0e 100644 --- a/e2e/presets/json/__tests__/index.js +++ b/e2e/presets/json/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/presets/json/node_modules/jest-preset-json/mapper.js b/e2e/presets/json/node_modules/jest-preset-json/mapper.js index ddedd1efe5..222a5fa09e 100644 --- a/e2e/presets/json/node_modules/jest-preset-json/mapper.js +++ b/e2e/presets/json/node_modules/jest-preset-json/mapper.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/presets/mjs/__tests__/index.js b/e2e/presets/mjs/__tests__/index.js index 24bad902fd..4105d39c5c 100644 --- a/e2e/presets/mjs/__tests__/index.js +++ b/e2e/presets/mjs/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/presets/mjs/node_modules/jest-preset-mjs/jest-preset.mjs b/e2e/presets/mjs/node_modules/jest-preset-mjs/jest-preset.mjs index 9b359fe2ef..45515ce459 100644 --- a/e2e/presets/mjs/node_modules/jest-preset-mjs/jest-preset.mjs +++ b/e2e/presets/mjs/node_modules/jest-preset-mjs/jest-preset.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/presets/mjs/node_modules/jest-preset-mjs/mapper.js b/e2e/presets/mjs/node_modules/jest-preset-mjs/mapper.js index ddedd1efe5..222a5fa09e 100644 --- a/e2e/presets/mjs/node_modules/jest-preset-mjs/mapper.js +++ b/e2e/presets/mjs/node_modules/jest-preset-mjs/mapper.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/process-exit/__tests__/test.js b/e2e/process-exit/__tests__/test.js index 8b6ba35f46..1e2216b277 100644 --- a/e2e/process-exit/__tests__/test.js +++ b/e2e/process-exit/__tests__/test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/process-exit/babel.config.js b/e2e/process-exit/babel.config.js index 9be0361069..46ec26d1a5 100644 --- a/e2e/process-exit/babel.config.js +++ b/e2e/process-exit/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/promise-and-callback/__tests__/promise-and-callback.test.js b/e2e/promise-and-callback/__tests__/promise-and-callback.test.js index 042638c7eb..32e48409a2 100644 --- a/e2e/promise-and-callback/__tests__/promise-and-callback.test.js +++ b/e2e/promise-and-callback/__tests__/promise-and-callback.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/read-initial-options/async-config/jest.config.js b/e2e/read-initial-options/async-config/jest.config.js index 00df2a4f38..3e002067b1 100644 --- a/e2e/read-initial-options/async-config/jest.config.js +++ b/e2e/read-initial-options/async-config/jest.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/read-initial-options/js-config/jest.config.js b/e2e/read-initial-options/js-config/jest.config.js index 40ef4689be..ab426a7f04 100644 --- a/e2e/read-initial-options/js-config/jest.config.js +++ b/e2e/read-initial-options/js-config/jest.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/read-initial-options/mjs-config/jest.config.mjs b/e2e/read-initial-options/mjs-config/jest.config.mjs index 4875bf59fc..df42e372ba 100644 --- a/e2e/read-initial-options/mjs-config/jest.config.mjs +++ b/e2e/read-initial-options/mjs-config/jest.config.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/read-initial-options/multiple-config-files/jest.config.js b/e2e/read-initial-options/multiple-config-files/jest.config.js index 40ef4689be..ab426a7f04 100644 --- a/e2e/read-initial-options/multiple-config-files/jest.config.js +++ b/e2e/read-initial-options/multiple-config-files/jest.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/read-initial-options/readOptions.js b/e2e/read-initial-options/readOptions.js index 4bcc661dc0..367916f905 100644 --- a/e2e/read-initial-options/readOptions.js +++ b/e2e/read-initial-options/readOptions.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/read-initial-options/ts-config/jest.config.ts b/e2e/read-initial-options/ts-config/jest.config.ts index bf05ee62de..ab855d3638 100644 --- a/e2e/read-initial-options/ts-config/jest.config.ts +++ b/e2e/read-initial-options/ts-config/jest.config.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/regex-(char-in-path/__tests__/regexCharInPath.test.js b/e2e/regex-(char-in-path/__tests__/regexCharInPath.test.js index 10ad4894a7..81704b02a2 100644 --- a/e2e/regex-(char-in-path/__tests__/regexCharInPath.test.js +++ b/e2e/regex-(char-in-path/__tests__/regexCharInPath.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/require-after-teardown/__tests__/lateRequire.test.js b/e2e/require-after-teardown/__tests__/lateRequire.test.js index 88774376c4..5ad13a131a 100644 --- a/e2e/require-after-teardown/__tests__/lateRequire.test.js +++ b/e2e/require-after-teardown/__tests__/lateRequire.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/require-after-teardown/index.js b/e2e/require-after-teardown/index.js index fe27d511a8..ff86824a94 100644 --- a/e2e/require-after-teardown/index.js +++ b/e2e/require-after-teardown/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/require-main-after-create-require/__tests__/parent.test.js b/e2e/require-main-after-create-require/__tests__/parent.test.js index a3de637eb5..d255609203 100644 --- a/e2e/require-main-after-create-require/__tests__/parent.test.js +++ b/e2e/require-main-after-create-require/__tests__/parent.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/require-main-after-create-require/child.js b/e2e/require-main-after-create-require/child.js index 6e8e5de6a8..0fa461f2a0 100644 --- a/e2e/require-main-after-create-require/child.js +++ b/e2e/require-main-after-create-require/child.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/require-main-after-create-require/empty.js b/e2e/require-main-after-create-require/empty.js index b6861b5fb2..a265a953ee 100644 --- a/e2e/require-main-after-create-require/empty.js +++ b/e2e/require-main-after-create-require/empty.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/require-main-isolate-modules/__tests__/index.test.js b/e2e/require-main-isolate-modules/__tests__/index.test.js index d22e3d8d4d..4707377e0b 100644 --- a/e2e/require-main-isolate-modules/__tests__/index.test.js +++ b/e2e/require-main-isolate-modules/__tests__/index.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/require-main-isolate-modules/child.js b/e2e/require-main-isolate-modules/child.js index 79d1c6411a..a2810302d6 100644 --- a/e2e/require-main-isolate-modules/child.js +++ b/e2e/require-main-isolate-modules/child.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/require-main-isolate-modules/index.js b/e2e/require-main-isolate-modules/index.js index fbdc93a0e1..3cb556d894 100644 --- a/e2e/require-main-isolate-modules/index.js +++ b/e2e/require-main-isolate-modules/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/require-main-reset-modules/__tests__/resetModulesCallDirectly.test.js b/e2e/require-main-reset-modules/__tests__/resetModulesCallDirectly.test.js index 8108218178..064add5fbe 100644 --- a/e2e/require-main-reset-modules/__tests__/resetModulesCallDirectly.test.js +++ b/e2e/require-main-reset-modules/__tests__/resetModulesCallDirectly.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/require-main-reset-modules/__tests__/resetModulesCallIndirectly.test.js b/e2e/require-main-reset-modules/__tests__/resetModulesCallIndirectly.test.js index 14c9027c81..29a62bc16e 100644 --- a/e2e/require-main-reset-modules/__tests__/resetModulesCallIndirectly.test.js +++ b/e2e/require-main-reset-modules/__tests__/resetModulesCallIndirectly.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/require-main-reset-modules/__tests__/resetModulesFlagDirectly.test.js b/e2e/require-main-reset-modules/__tests__/resetModulesFlagDirectly.test.js index 68ba72f8b0..9c4dfac2e4 100644 --- a/e2e/require-main-reset-modules/__tests__/resetModulesFlagDirectly.test.js +++ b/e2e/require-main-reset-modules/__tests__/resetModulesFlagDirectly.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/require-main-reset-modules/__tests__/resetModulesFlagIndirectly.test.js b/e2e/require-main-reset-modules/__tests__/resetModulesFlagIndirectly.test.js index 980c9158af..7d625b0e3b 100644 --- a/e2e/require-main-reset-modules/__tests__/resetModulesFlagIndirectly.test.js +++ b/e2e/require-main-reset-modules/__tests__/resetModulesFlagIndirectly.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/require-main-reset-modules/direct.js b/e2e/require-main-reset-modules/direct.js index 384d02c8d4..e24ca1115a 100644 --- a/e2e/require-main-reset-modules/direct.js +++ b/e2e/require-main-reset-modules/direct.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/require-main-reset-modules/indirect.js b/e2e/require-main-reset-modules/indirect.js index cd8a5c98d4..5400929b1a 100644 --- a/e2e/require-main-reset-modules/indirect.js +++ b/e2e/require-main-reset-modules/indirect.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/require-main/__tests__/loader.test.js b/e2e/require-main/__tests__/loader.test.js index ec9d1e0ba8..f6de3d87af 100644 --- a/e2e/require-main/__tests__/loader.test.js +++ b/e2e/require-main/__tests__/loader.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/require-main/babel.config.js b/e2e/require-main/babel.config.js index 9be0361069..46ec26d1a5 100644 --- a/e2e/require-main/babel.config.js +++ b/e2e/require-main/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/require-main/example.js b/e2e/require-main/example.js index 98340bddb4..6ad343270d 100644 --- a/e2e/require-main/example.js +++ b/e2e/require-main/example.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/require-main/loader.js b/e2e/require-main/loader.js index 229db8cfb9..00cc817bb5 100644 --- a/e2e/require-main/loader.js +++ b/e2e/require-main/loader.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/require-missing-ext/__tests__/test.js b/e2e/require-missing-ext/__tests__/test.js index 55370ccafe..6625b492b9 100644 --- a/e2e/require-missing-ext/__tests__/test.js +++ b/e2e/require-missing-ext/__tests__/test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/reset-modules/__tests__/resetModules.test.js b/e2e/reset-modules/__tests__/resetModules.test.js index f09bb2a08f..6982715fa4 100644 --- a/e2e/reset-modules/__tests__/resetModules.test.js +++ b/e2e/reset-modules/__tests__/resetModules.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-async/__tests__/resolveAsync.test.js b/e2e/resolve-async/__tests__/resolveAsync.test.js index aa49f3feb0..be20897c16 100644 --- a/e2e/resolve-async/__tests__/resolveAsync.test.js +++ b/e2e/resolve-async/__tests__/resolveAsync.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-async/resolver.cjs b/e2e/resolve-async/resolver.cjs index 1c0af2d913..a390e4c74d 100644 --- a/e2e/resolve-async/resolver.cjs +++ b/e2e/resolve-async/resolver.cjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-async/some-other-file.js b/e2e/resolve-async/some-other-file.js index bcd5de5faa..b13393f7a4 100644 --- a/e2e/resolve-async/some-other-file.js +++ b/e2e/resolve-async/some-other-file.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-conditions/__tests__/browser.test.mjs b/e2e/resolve-conditions/__tests__/browser.test.mjs index e53ccfe3b9..3e1eafe17b 100644 --- a/e2e/resolve-conditions/__tests__/browser.test.mjs +++ b/e2e/resolve-conditions/__tests__/browser.test.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-conditions/__tests__/deno.test.mjs b/e2e/resolve-conditions/__tests__/deno.test.mjs index f64586b0f0..75fac0e3ea 100644 --- a/e2e/resolve-conditions/__tests__/deno.test.mjs +++ b/e2e/resolve-conditions/__tests__/deno.test.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-conditions/__tests__/jsdom-custom-export-conditions.test.mjs b/e2e/resolve-conditions/__tests__/jsdom-custom-export-conditions.test.mjs index 3665d4cfe8..0451f3af2d 100644 --- a/e2e/resolve-conditions/__tests__/jsdom-custom-export-conditions.test.mjs +++ b/e2e/resolve-conditions/__tests__/jsdom-custom-export-conditions.test.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-conditions/__tests__/node-custom-export-conditions.test.mjs b/e2e/resolve-conditions/__tests__/node-custom-export-conditions.test.mjs index c3cdb2a3e2..dcb0510eed 100644 --- a/e2e/resolve-conditions/__tests__/node-custom-export-conditions.test.mjs +++ b/e2e/resolve-conditions/__tests__/node-custom-export-conditions.test.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-conditions/__tests__/node.test.mjs b/e2e/resolve-conditions/__tests__/node.test.mjs index 7039e3bf77..847ed29142 100644 --- a/e2e/resolve-conditions/__tests__/node.test.mjs +++ b/e2e/resolve-conditions/__tests__/node.test.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-conditions/__tests__/resolveCjs.test.cjs b/e2e/resolve-conditions/__tests__/resolveCjs.test.cjs index deefe2fbaf..a62a2978f2 100644 --- a/e2e/resolve-conditions/__tests__/resolveCjs.test.cjs +++ b/e2e/resolve-conditions/__tests__/resolveCjs.test.cjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-conditions/__tests__/resolveEsm.test.mjs b/e2e/resolve-conditions/__tests__/resolveEsm.test.mjs index cf368a0bdc..0f45fe117e 100644 --- a/e2e/resolve-conditions/__tests__/resolveEsm.test.mjs +++ b/e2e/resolve-conditions/__tests__/resolveEsm.test.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-conditions/deno-env.js b/e2e/resolve-conditions/deno-env.js index f09d427984..137dbf487e 100644 --- a/e2e/resolve-conditions/deno-env.js +++ b/e2e/resolve-conditions/deno-env.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-conditions/node_modules/fake-dep/module.cjs b/e2e/resolve-conditions/node_modules/fake-dep/module.cjs index ef70308ccc..e2db3abf09 100644 --- a/e2e/resolve-conditions/node_modules/fake-dep/module.cjs +++ b/e2e/resolve-conditions/node_modules/fake-dep/module.cjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-conditions/node_modules/fake-dep/module.mjs b/e2e/resolve-conditions/node_modules/fake-dep/module.mjs index 45d72be153..027778c3c3 100644 --- a/e2e/resolve-conditions/node_modules/fake-dep/module.mjs +++ b/e2e/resolve-conditions/node_modules/fake-dep/module.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-conditions/node_modules/fake-dual-dep/browser.mjs b/e2e/resolve-conditions/node_modules/fake-dual-dep/browser.mjs index 560c80e015..cc9c152724 100644 --- a/e2e/resolve-conditions/node_modules/fake-dual-dep/browser.mjs +++ b/e2e/resolve-conditions/node_modules/fake-dual-dep/browser.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-conditions/node_modules/fake-dual-dep/deno.mjs b/e2e/resolve-conditions/node_modules/fake-dual-dep/deno.mjs index 76ff74cd1d..043b668af5 100644 --- a/e2e/resolve-conditions/node_modules/fake-dual-dep/deno.mjs +++ b/e2e/resolve-conditions/node_modules/fake-dual-dep/deno.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-conditions/node_modules/fake-dual-dep/node.mjs b/e2e/resolve-conditions/node_modules/fake-dual-dep/node.mjs index 830245ec4f..1bab52ea0a 100644 --- a/e2e/resolve-conditions/node_modules/fake-dual-dep/node.mjs +++ b/e2e/resolve-conditions/node_modules/fake-dual-dep/node.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-conditions/node_modules/fake-dual-dep/special.mjs b/e2e/resolve-conditions/node_modules/fake-dual-dep/special.mjs index d24f08be16..c37ea4ec8f 100644 --- a/e2e/resolve-conditions/node_modules/fake-dual-dep/special.mjs +++ b/e2e/resolve-conditions/node_modules/fake-dual-dep/special.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-get-paths/__tests__/resolveGetPaths.test.js b/e2e/resolve-get-paths/__tests__/resolveGetPaths.test.js index 86aa66cce0..e99c2ebafc 100644 --- a/e2e/resolve-get-paths/__tests__/resolveGetPaths.test.js +++ b/e2e/resolve-get-paths/__tests__/resolveGetPaths.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-get-paths/babel.config.js b/e2e/resolve-get-paths/babel.config.js index 9be0361069..46ec26d1a5 100644 --- a/e2e/resolve-get-paths/babel.config.js +++ b/e2e/resolve-get-paths/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-no-extensions/__tests__/test.js b/e2e/resolve-no-extensions/__tests__/test.js index 6e48707f45..98dea73fa5 100644 --- a/e2e/resolve-no-extensions/__tests__/test.js +++ b/e2e/resolve-no-extensions/__tests__/test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-no-extensions/babel.config.js b/e2e/resolve-no-extensions/babel.config.js index 9be0361069..46ec26d1a5 100644 --- a/e2e/resolve-no-extensions/babel.config.js +++ b/e2e/resolve-no-extensions/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-no-extensions/index.js b/e2e/resolve-no-extensions/index.js index e25f4c0e8f..aacca42467 100644 --- a/e2e/resolve-no-extensions/index.js +++ b/e2e/resolve-no-extensions/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-node-module/__mocks__/mock-jsx-module/index.jsx b/e2e/resolve-node-module/__mocks__/mock-jsx-module/index.jsx index 0d2f6479b7..e589bf8cab 100644 --- a/e2e/resolve-node-module/__mocks__/mock-jsx-module/index.jsx +++ b/e2e/resolve-node-module/__mocks__/mock-jsx-module/index.jsx @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-node-module/__mocks__/mock-module-alt/index.js b/e2e/resolve-node-module/__mocks__/mock-module-alt/index.js index afc855a3d6..456b41a0e4 100644 --- a/e2e/resolve-node-module/__mocks__/mock-module-alt/index.js +++ b/e2e/resolve-node-module/__mocks__/mock-module-alt/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-node-module/__mocks__/mock-module-without-pkg/index.js b/e2e/resolve-node-module/__mocks__/mock-module-without-pkg/index.js index d6f81240d0..10a16e5886 100644 --- a/e2e/resolve-node-module/__mocks__/mock-module-without-pkg/index.js +++ b/e2e/resolve-node-module/__mocks__/mock-module-without-pkg/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-node-module/__mocks__/mock-module/index.js b/e2e/resolve-node-module/__mocks__/mock-module/index.js index afc855a3d6..456b41a0e4 100644 --- a/e2e/resolve-node-module/__mocks__/mock-module/index.js +++ b/e2e/resolve-node-module/__mocks__/mock-module/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-node-module/__tests__/resolve-node-module.test.js b/e2e/resolve-node-module/__tests__/resolve-node-module.test.js index 301419441f..13a69a89ab 100644 --- a/e2e/resolve-node-module/__tests__/resolve-node-module.test.js +++ b/e2e/resolve-node-module/__tests__/resolve-node-module.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-with-paths/__tests__/resolveWithPaths.test.js b/e2e/resolve-with-paths/__tests__/resolveWithPaths.test.js index 7e553f7ec8..a49aca1917 100644 --- a/e2e/resolve-with-paths/__tests__/resolveWithPaths.test.js +++ b/e2e/resolve-with-paths/__tests__/resolveWithPaths.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-with-paths/babel.config.js b/e2e/resolve-with-paths/babel.config.js index 9be0361069..46ec26d1a5 100644 --- a/e2e/resolve-with-paths/babel.config.js +++ b/e2e/resolve-with-paths/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve-with-paths/dir/mod.js b/e2e/resolve-with-paths/dir/mod.js index 440190823f..cdda45debb 100644 --- a/e2e/resolve-with-paths/dir/mod.js +++ b/e2e/resolve-with-paths/dir/mod.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve/Test5.js b/e2e/resolve/Test5.js index b5a9c4f378..91e32d2513 100644 --- a/e2e/resolve/Test5.js +++ b/e2e/resolve/Test5.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve/Test7.js b/e2e/resolve/Test7.js index 1df1689b6a..6516d4e619 100644 --- a/e2e/resolve/Test7.js +++ b/e2e/resolve/Test7.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve/__mocks__/Test5.js b/e2e/resolve/__mocks__/Test5.js index d7b2337a7b..01a675d29b 100644 --- a/e2e/resolve/__mocks__/Test5.js +++ b/e2e/resolve/__mocks__/Test5.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve/__mocks__/Test6.js b/e2e/resolve/__mocks__/Test6.js index d7b2337a7b..01a675d29b 100644 --- a/e2e/resolve/__mocks__/Test6.js +++ b/e2e/resolve/__mocks__/Test6.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve/__tests__/resolve.test.js b/e2e/resolve/__tests__/resolve.test.js index a6c3b3e4af..7e6297a631 100644 --- a/e2e/resolve/__tests__/resolve.test.js +++ b/e2e/resolve/__tests__/resolve.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve/hasteImpl.js b/e2e/resolve/hasteImpl.js index 7d11594b91..68b0243152 100644 --- a/e2e/resolve/hasteImpl.js +++ b/e2e/resolve/hasteImpl.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve/requiresUnexistingModule.js b/e2e/resolve/requiresUnexistingModule.js index 9b964750be..80b3b0d25c 100644 --- a/e2e/resolve/requiresUnexistingModule.js +++ b/e2e/resolve/requiresUnexistingModule.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve/test1.android.js b/e2e/resolve/test1.android.js index 4b2f62f706..6b0c8a0399 100644 --- a/e2e/resolve/test1.android.js +++ b/e2e/resolve/test1.android.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve/test1.js b/e2e/resolve/test1.js index 39cf5fefe5..90be7f223d 100644 --- a/e2e/resolve/test1.js +++ b/e2e/resolve/test1.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve/test1.native.js b/e2e/resolve/test1.native.js index d35b327c8c..36b7df1a2c 100644 --- a/e2e/resolve/test1.native.js +++ b/e2e/resolve/test1.native.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve/test2.js b/e2e/resolve/test2.js index 39cf5fefe5..90be7f223d 100644 --- a/e2e/resolve/test2.js +++ b/e2e/resolve/test2.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve/test2.native.js b/e2e/resolve/test2.native.js index d35b327c8c..36b7df1a2c 100644 --- a/e2e/resolve/test2.native.js +++ b/e2e/resolve/test2.native.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve/test2mapper.js b/e2e/resolve/test2mapper.js index a3ab8d0d06..80d2c2b69b 100644 --- a/e2e/resolve/test2mapper.js +++ b/e2e/resolve/test2mapper.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve/test2mapper.native.js b/e2e/resolve/test2mapper.native.js index d35b327c8c..36b7df1a2c 100644 --- a/e2e/resolve/test2mapper.native.js +++ b/e2e/resolve/test2mapper.native.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/resolve/test3.js b/e2e/resolve/test3.js index 39cf5fefe5..90be7f223d 100644 --- a/e2e/resolve/test3.js +++ b/e2e/resolve/test3.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/retain-all-files/node_modules/retainAllFiles.test.js b/e2e/retain-all-files/node_modules/retainAllFiles.test.js index 54d85d4d1c..f6d006281d 100644 --- a/e2e/retain-all-files/node_modules/retainAllFiles.test.js +++ b/e2e/retain-all-files/node_modules/retainAllFiles.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/run-programmatically-multiple-projects/client/client.test.js b/e2e/run-programmatically-multiple-projects/client/client.test.js index c400682586..ba0a176902 100644 --- a/e2e/run-programmatically-multiple-projects/client/client.test.js +++ b/e2e/run-programmatically-multiple-projects/client/client.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/run-programmatically-multiple-projects/run-jest.js b/e2e/run-programmatically-multiple-projects/run-jest.js index 06d66e72f0..7fff6f8ddc 100644 --- a/e2e/run-programmatically-multiple-projects/run-jest.js +++ b/e2e/run-programmatically-multiple-projects/run-jest.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/run-programmatically-multiple-projects/server/server.test.js b/e2e/run-programmatically-multiple-projects/server/server.test.js index 96820356c3..a7b65f0865 100644 --- a/e2e/run-programmatically-multiple-projects/server/server.test.js +++ b/e2e/run-programmatically-multiple-projects/server/server.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/run-programmatically/babel.config.js b/e2e/run-programmatically/babel.config.js index ba4e1529c3..3769af81a9 100644 --- a/e2e/run-programmatically/babel.config.js +++ b/e2e/run-programmatically/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/run-programmatically/cjs.js b/e2e/run-programmatically/cjs.js index c5fbf63403..1c8c78d576 100644 --- a/e2e/run-programmatically/cjs.js +++ b/e2e/run-programmatically/cjs.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/run-programmatically/esm.js b/e2e/run-programmatically/esm.js index 6ee4ddcaaf..4881455ec6 100644 --- a/e2e/run-programmatically/esm.js +++ b/e2e/run-programmatically/esm.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/run-programmatically/index.js b/e2e/run-programmatically/index.js index fb35a26d18..8dd75ea956 100644 --- a/e2e/run-programmatically/index.js +++ b/e2e/run-programmatically/index.js @@ -1,6 +1,6 @@ #!/usr/bin/env node /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/runJest.ts b/e2e/runJest.ts index aefa390bc9..996d6f98de 100644 --- a/e2e/runJest.ts +++ b/e2e/runJest.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/runtime-internal-module-registry/__mocks__/fs.js b/e2e/runtime-internal-module-registry/__mocks__/fs.js index 38ea4f886d..7d1f7291e8 100644 --- a/e2e/runtime-internal-module-registry/__mocks__/fs.js +++ b/e2e/runtime-internal-module-registry/__mocks__/fs.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/runtime-internal-module-registry/__tests__/runtimeInternalModuleRegistry.test.js b/e2e/runtime-internal-module-registry/__tests__/runtimeInternalModuleRegistry.test.js index 53334daccd..404191d011 100644 --- a/e2e/runtime-internal-module-registry/__tests__/runtimeInternalModuleRegistry.test.js +++ b/e2e/runtime-internal-module-registry/__tests__/runtimeInternalModuleRegistry.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/select-projects-missing-name/__tests__/first-project.test.js b/e2e/select-projects-missing-name/__tests__/first-project.test.js index f440fcd752..19081b79a7 100644 --- a/e2e/select-projects-missing-name/__tests__/first-project.test.js +++ b/e2e/select-projects-missing-name/__tests__/first-project.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/select-projects-missing-name/__tests__/second-project.test.js b/e2e/select-projects-missing-name/__tests__/second-project.test.js index c3db24a8b9..c440fa0175 100644 --- a/e2e/select-projects-missing-name/__tests__/second-project.test.js +++ b/e2e/select-projects-missing-name/__tests__/second-project.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/select-projects/__tests__/first-project.test.js b/e2e/select-projects/__tests__/first-project.test.js index f440fcd752..19081b79a7 100644 --- a/e2e/select-projects/__tests__/first-project.test.js +++ b/e2e/select-projects/__tests__/first-project.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/select-projects/__tests__/second-project.test.js b/e2e/select-projects/__tests__/second-project.test.js index c3db24a8b9..c440fa0175 100644 --- a/e2e/select-projects/__tests__/second-project.test.js +++ b/e2e/select-projects/__tests__/second-project.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/setup-files-after-env-config/__tests__/runnerPatch.test.js b/e2e/setup-files-after-env-config/__tests__/runnerPatch.test.js index cec808e5be..a6368f65b4 100644 --- a/e2e/setup-files-after-env-config/__tests__/runnerPatch.test.js +++ b/e2e/setup-files-after-env-config/__tests__/runnerPatch.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/setup-files-after-env-config/__tests__/test1.test.js b/e2e/setup-files-after-env-config/__tests__/test1.test.js index ffdd39fd7e..15641859ca 100644 --- a/e2e/setup-files-after-env-config/__tests__/test1.test.js +++ b/e2e/setup-files-after-env-config/__tests__/test1.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/setup-files-after-env-config/__tests__/test2.test.js b/e2e/setup-files-after-env-config/__tests__/test2.test.js index ffdd39fd7e..15641859ca 100644 --- a/e2e/setup-files-after-env-config/__tests__/test2.test.js +++ b/e2e/setup-files-after-env-config/__tests__/test2.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/setup-files-after-env-config/setup1.js b/e2e/setup-files-after-env-config/setup1.js index e908da4700..49736f669f 100644 --- a/e2e/setup-files-after-env-config/setup1.js +++ b/e2e/setup-files-after-env-config/setup1.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/setup-files-after-env-config/setup2.js b/e2e/setup-files-after-env-config/setup2.js index e908da4700..49736f669f 100644 --- a/e2e/setup-files-after-env-config/setup2.js +++ b/e2e/setup-files-after-env-config/setup2.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/setup-files-after-env-config/setupHooksIntoRunner.js b/e2e/setup-files-after-env-config/setupHooksIntoRunner.js index bd860ba9e1..8ca07ed713 100644 --- a/e2e/setup-files-after-env-config/setupHooksIntoRunner.js +++ b/e2e/setup-files-after-env-config/setupHooksIntoRunner.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/setup-files/__tests__/setup.test.js b/e2e/setup-files/__tests__/setup.test.js index 02ec10bb2f..8ffdd51fba 100644 --- a/e2e/setup-files/__tests__/setup.test.js +++ b/e2e/setup-files/__tests__/setup.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/setup-files/fetched-data.js b/e2e/setup-files/fetched-data.js index 0be2693547..3cb1abd3a2 100644 --- a/e2e/setup-files/fetched-data.js +++ b/e2e/setup-files/fetched-data.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/setup-files/setup-fetchdata.js b/e2e/setup-files/setup-fetchdata.js index 1e917a8ca2..ee2d87fc32 100644 --- a/e2e/setup-files/setup-fetchdata.js +++ b/e2e/setup-files/setup-fetchdata.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/shard/__tests__/1.test.js b/e2e/shard/__tests__/1.test.js index 8362bdfa22..ee425b9d72 100644 --- a/e2e/shard/__tests__/1.test.js +++ b/e2e/shard/__tests__/1.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/shard/__tests__/2.test.js b/e2e/shard/__tests__/2.test.js index 50faeecd17..e6f11953f4 100644 --- a/e2e/shard/__tests__/2.test.js +++ b/e2e/shard/__tests__/2.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/shard/__tests__/3.test.js b/e2e/shard/__tests__/3.test.js index 1ddf79ff3a..6709a16834 100644 --- a/e2e/shard/__tests__/3.test.js +++ b/e2e/shard/__tests__/3.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/shard/no-sharding-test-sequencer.js b/e2e/shard/no-sharding-test-sequencer.js index 10c4033543..9cf70694c9 100644 --- a/e2e/shard/no-sharding-test-sequencer.js +++ b/e2e/shard/no-sharding-test-sequencer.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/shard/sharding-test-sequencer.js b/e2e/shard/sharding-test-sequencer.js index f3c38ba8f0..257f959d04 100644 --- a/e2e/shard/sharding-test-sequencer.js +++ b/e2e/shard/sharding-test-sequencer.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/snapshot-escape/__tests__/snapshot.test.js b/e2e/snapshot-escape/__tests__/snapshot.test.js index c8e9a8179e..e634e9725e 100644 --- a/e2e/snapshot-escape/__tests__/snapshot.test.js +++ b/e2e/snapshot-escape/__tests__/snapshot.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/snapshot-escape/__tests__/snapshotEscapeRegex.js b/e2e/snapshot-escape/__tests__/snapshotEscapeRegex.js index 9d91f81595..4fd245e24b 100644 --- a/e2e/snapshot-escape/__tests__/snapshotEscapeRegex.js +++ b/e2e/snapshot-escape/__tests__/snapshotEscapeRegex.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/snapshot-escape/__tests__/snapshotEscapeSubstitution.test.js b/e2e/snapshot-escape/__tests__/snapshotEscapeSubstitution.test.js index b95134479e..ac049d1e9a 100644 --- a/e2e/snapshot-escape/__tests__/snapshotEscapeSubstitution.test.js +++ b/e2e/snapshot-escape/__tests__/snapshotEscapeSubstitution.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/snapshot-formatting-changes/__tests__/snapshot.test.js b/e2e/snapshot-formatting-changes/__tests__/snapshot.test.js index 9df05f7b4e..56938c7b28 100644 --- a/e2e/snapshot-formatting-changes/__tests__/snapshot.test.js +++ b/e2e/snapshot-formatting-changes/__tests__/snapshot.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/snapshot-mock-fs/__tests__/snapshot.test.js b/e2e/snapshot-mock-fs/__tests__/snapshot.test.js index f2030a4849..de1c5a18d6 100644 --- a/e2e/snapshot-mock-fs/__tests__/snapshot.test.js +++ b/e2e/snapshot-mock-fs/__tests__/snapshot.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/snapshot-resolver/__tests__/snapshot.test.js b/e2e/snapshot-resolver/__tests__/snapshot.test.js index d1bc86b099..5206ec3121 100644 --- a/e2e/snapshot-resolver/__tests__/snapshot.test.js +++ b/e2e/snapshot-resolver/__tests__/snapshot.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/snapshot-resolver/customSnapshotResolver.js b/e2e/snapshot-resolver/customSnapshotResolver.js index 6b2dfc60c1..f4c78edd78 100644 --- a/e2e/snapshot-resolver/customSnapshotResolver.js +++ b/e2e/snapshot-resolver/customSnapshotResolver.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/snapshot-serializers/__tests__/snapshot.test.js b/e2e/snapshot-serializers/__tests__/snapshot.test.js index e6aaf4e796..8ac733544b 100644 --- a/e2e/snapshot-serializers/__tests__/snapshot.test.js +++ b/e2e/snapshot-serializers/__tests__/snapshot.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/snapshot-serializers/plugins/bar.js b/e2e/snapshot-serializers/plugins/bar.js index 7deadbd8de..9f9496d57a 100644 --- a/e2e/snapshot-serializers/plugins/bar.js +++ b/e2e/snapshot-serializers/plugins/bar.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/snapshot-serializers/plugins/foo/index.js b/e2e/snapshot-serializers/plugins/foo/index.js index 696d39a315..5dc1abc1f9 100644 --- a/e2e/snapshot-serializers/plugins/foo/index.js +++ b/e2e/snapshot-serializers/plugins/foo/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/snapshot-serializers/transformer.js b/e2e/snapshot-serializers/transformer.js index 44d68384a7..1be5a1d50f 100644 --- a/e2e/snapshot-serializers/transformer.js +++ b/e2e/snapshot-serializers/transformer.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/snapshot-serializers/utils.js b/e2e/snapshot-serializers/utils.js index 8f01608949..ba49681387 100644 --- a/e2e/snapshot-serializers/utils.js +++ b/e2e/snapshot-serializers/utils.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/snapshot-unknown/__tests__/works.test.js b/e2e/snapshot-unknown/__tests__/works.test.js index a02cba20cb..4d7052caec 100644 --- a/e2e/snapshot-unknown/__tests__/works.test.js +++ b/e2e/snapshot-unknown/__tests__/works.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/snapshot/__tests__/secondSnapshot.test.js b/e2e/snapshot/__tests__/secondSnapshot.test.js index cfc5bf1c82..0fc5acb8f8 100644 --- a/e2e/snapshot/__tests__/secondSnapshot.test.js +++ b/e2e/snapshot/__tests__/secondSnapshot.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/snapshot/__tests__/snapshot.test.js b/e2e/snapshot/__tests__/snapshot.test.js index e05d063e65..3947650b5b 100644 --- a/e2e/snapshot/__tests__/snapshot.test.js +++ b/e2e/snapshot/__tests__/snapshot.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/stack-trace-no-capture-stack-trace/__tests__/runtimeError.test.js b/e2e/stack-trace-no-capture-stack-trace/__tests__/runtimeError.test.js index 8de655f51a..93ab0b9199 100644 --- a/e2e/stack-trace-no-capture-stack-trace/__tests__/runtimeError.test.js +++ b/e2e/stack-trace-no-capture-stack-trace/__tests__/runtimeError.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/stack-trace-source-maps-with-coverage/__tests__/fails.ts b/e2e/stack-trace-source-maps-with-coverage/__tests__/fails.ts index 583175c89e..0f7d3610ff 100644 --- a/e2e/stack-trace-source-maps-with-coverage/__tests__/fails.ts +++ b/e2e/stack-trace-source-maps-with-coverage/__tests__/fails.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/stack-trace-source-maps-with-coverage/lib.ts b/e2e/stack-trace-source-maps-with-coverage/lib.ts index 18d7f451da..a393df94a9 100644 --- a/e2e/stack-trace-source-maps-with-coverage/lib.ts +++ b/e2e/stack-trace-source-maps-with-coverage/lib.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/stack-trace-source-maps-with-coverage/preprocessor.js b/e2e/stack-trace-source-maps-with-coverage/preprocessor.js index ded4db6d89..85580a53b1 100644 --- a/e2e/stack-trace-source-maps-with-coverage/preprocessor.js +++ b/e2e/stack-trace-source-maps-with-coverage/preprocessor.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/stack-trace-source-maps/__tests__/fails.ts b/e2e/stack-trace-source-maps/__tests__/fails.ts index 90465ec9dc..3a9c5f8980 100644 --- a/e2e/stack-trace-source-maps/__tests__/fails.ts +++ b/e2e/stack-trace-source-maps/__tests__/fails.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/stack-trace-source-maps/preprocessor.js b/e2e/stack-trace-source-maps/preprocessor.js index ded4db6d89..85580a53b1 100644 --- a/e2e/stack-trace-source-maps/preprocessor.js +++ b/e2e/stack-trace-source-maps/preprocessor.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/stack-trace/__tests__/runtimeError.test.js b/e2e/stack-trace/__tests__/runtimeError.test.js index 0c7b929213..aefe03ada8 100644 --- a/e2e/stack-trace/__tests__/runtimeError.test.js +++ b/e2e/stack-trace/__tests__/runtimeError.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/stack-trace/__tests__/stackTrace.test.js b/e2e/stack-trace/__tests__/stackTrace.test.js index 1ae8fdc984..894eec57f3 100644 --- a/e2e/stack-trace/__tests__/stackTrace.test.js +++ b/e2e/stack-trace/__tests__/stackTrace.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/stack-trace/__tests__/stackTraceWithoutMessage.test.js b/e2e/stack-trace/__tests__/stackTraceWithoutMessage.test.js index 6ffe5951be..b4268e5d7d 100644 --- a/e2e/stack-trace/__tests__/stackTraceWithoutMessage.test.js +++ b/e2e/stack-trace/__tests__/stackTraceWithoutMessage.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/stack-trace/__tests__/testError.test.js b/e2e/stack-trace/__tests__/testError.test.js index cd8cfca2f2..0bd4e4145e 100644 --- a/e2e/stack-trace/__tests__/testError.test.js +++ b/e2e/stack-trace/__tests__/testError.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-environment-async/TestEnvironment.js b/e2e/test-environment-async/TestEnvironment.js index 55a170905d..b1e345b650 100644 --- a/e2e/test-environment-async/TestEnvironment.js +++ b/e2e/test-environment-async/TestEnvironment.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-environment-async/__tests__/custom.test.js b/e2e/test-environment-async/__tests__/custom.test.js index d43b0d64d4..effc2fd7cf 100644 --- a/e2e/test-environment-async/__tests__/custom.test.js +++ b/e2e/test-environment-async/__tests__/custom.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-environment-circus-async/CircusAsyncHandleTestEventEnvironment.js b/e2e/test-environment-circus-async/CircusAsyncHandleTestEventEnvironment.js index 1d07cc1627..0366621e27 100644 --- a/e2e/test-environment-circus-async/CircusAsyncHandleTestEventEnvironment.js +++ b/e2e/test-environment-circus-async/CircusAsyncHandleTestEventEnvironment.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-environment-circus-async/__tests__/circusHandleTestEvent.test.js b/e2e/test-environment-circus-async/__tests__/circusHandleTestEvent.test.js index 223f5756ee..766bdc121f 100644 --- a/e2e/test-environment-circus-async/__tests__/circusHandleTestEvent.test.js +++ b/e2e/test-environment-circus-async/__tests__/circusHandleTestEvent.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-environment-circus/CircusHandleTestEventEnvironment.js b/e2e/test-environment-circus/CircusHandleTestEventEnvironment.js index 39d230fbf0..2e94da160a 100644 --- a/e2e/test-environment-circus/CircusHandleTestEventEnvironment.js +++ b/e2e/test-environment-circus/CircusHandleTestEventEnvironment.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-environment-circus/__tests__/circusHandleTestEvent.test.js b/e2e/test-environment-circus/__tests__/circusHandleTestEvent.test.js index 0ac8055271..40b908bad4 100644 --- a/e2e/test-environment-circus/__tests__/circusHandleTestEvent.test.js +++ b/e2e/test-environment-circus/__tests__/circusHandleTestEvent.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-environment-esm/EnvESM.js b/e2e/test-environment-esm/EnvESM.js index e34477900f..a38a8bdf84 100644 --- a/e2e/test-environment-esm/EnvESM.js +++ b/e2e/test-environment-esm/EnvESM.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-environment-esm/__tests__/testUsingESMTestEnv.test.js b/e2e/test-environment-esm/__tests__/testUsingESMTestEnv.test.js index ed6ebd4161..994098e5f3 100644 --- a/e2e/test-environment-esm/__tests__/testUsingESMTestEnv.test.js +++ b/e2e/test-environment-esm/__tests__/testUsingESMTestEnv.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-environment-run-script/EnvUsingRunScript.js b/e2e/test-environment-run-script/EnvUsingRunScript.js index a4ae5f1900..1a93c739cb 100644 --- a/e2e/test-environment-run-script/EnvUsingRunScript.js +++ b/e2e/test-environment-run-script/EnvUsingRunScript.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-environment-run-script/__tests__/envUsingRunScript.test.js b/e2e/test-environment-run-script/__tests__/envUsingRunScript.test.js index 0394ba971b..1fc263f834 100644 --- a/e2e/test-environment-run-script/__tests__/envUsingRunScript.test.js +++ b/e2e/test-environment-run-script/__tests__/envUsingRunScript.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-environment/DocblockPragmasEnvironment.js b/e2e/test-environment/DocblockPragmasEnvironment.js index ddbea10a30..70e18ef6b4 100644 --- a/e2e/test-environment/DocblockPragmasEnvironment.js +++ b/e2e/test-environment/DocblockPragmasEnvironment.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-environment/EsmDefaultEnvironment.js b/e2e/test-environment/EsmDefaultEnvironment.js index 32d84de70a..9f772852c3 100644 --- a/e2e/test-environment/EsmDefaultEnvironment.js +++ b/e2e/test-environment/EsmDefaultEnvironment.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-environment/__tests__/docblockPragmas.test.js b/e2e/test-environment/__tests__/docblockPragmas.test.js index 7ea005ae1e..ee602154cd 100644 --- a/e2e/test-environment/__tests__/docblockPragmas.test.js +++ b/e2e/test-environment/__tests__/docblockPragmas.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-environment/__tests__/env.test.js b/e2e/test-environment/__tests__/env.test.js index 12663e2b89..c9bd67eeca 100644 --- a/e2e/test-environment/__tests__/env.test.js +++ b/e2e/test-environment/__tests__/env.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-environment/__tests__/environmentOptionsFromDocblock.test.js b/e2e/test-environment/__tests__/environmentOptionsFromDocblock.test.js index 877353f0f1..4d3f33312f 100644 --- a/e2e/test-environment/__tests__/environmentOptionsFromDocblock.test.js +++ b/e2e/test-environment/__tests__/environmentOptionsFromDocblock.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-environment/__tests__/esmDefault.test.js b/e2e/test-environment/__tests__/esmDefault.test.js index 368f119d08..d94387e78b 100644 --- a/e2e/test-environment/__tests__/esmDefault.test.js +++ b/e2e/test-environment/__tests__/esmDefault.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-failing/__tests__/statuses.test.js b/e2e/test-failing/__tests__/statuses.test.js index 45d15b6714..8c5f8cb45a 100644 --- a/e2e/test-failing/__tests__/statuses.test.js +++ b/e2e/test-failing/__tests__/statuses.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-failing/__tests__/worksWithConcurrentMode.test.js b/e2e/test-failing/__tests__/worksWithConcurrentMode.test.js index 8328d3d6c1..7819bee3d1 100644 --- a/e2e/test-failing/__tests__/worksWithConcurrentMode.test.js +++ b/e2e/test-failing/__tests__/worksWithConcurrentMode.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-failing/__tests__/worksWithConcurrentOnlyMode.test.js b/e2e/test-failing/__tests__/worksWithConcurrentOnlyMode.test.js index 21b7af8e8d..fdaa1fadb9 100644 --- a/e2e/test-failing/__tests__/worksWithConcurrentOnlyMode.test.js +++ b/e2e/test-failing/__tests__/worksWithConcurrentOnlyMode.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-failing/__tests__/worksWithOnlyMode.test.js b/e2e/test-failing/__tests__/worksWithOnlyMode.test.js index d67f9812ac..08d1848754 100644 --- a/e2e/test-failing/__tests__/worksWithOnlyMode.test.js +++ b/e2e/test-failing/__tests__/worksWithOnlyMode.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-failing/__tests__/worksWithSkipMode.test.js b/e2e/test-failing/__tests__/worksWithSkipMode.test.js index 164d3f9f02..8a900dd7b6 100644 --- a/e2e/test-failing/__tests__/worksWithSkipMode.test.js +++ b/e2e/test-failing/__tests__/worksWithSkipMode.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-in-root/foo.js b/e2e/test-in-root/foo.js index 08e6c66917..d8709f2bb2 100644 --- a/e2e/test-in-root/foo.js +++ b/e2e/test-in-root/foo.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-in-root/footest.js b/e2e/test-in-root/footest.js index 08e6c66917..d8709f2bb2 100644 --- a/e2e/test-in-root/footest.js +++ b/e2e/test-in-root/footest.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-in-root/spec.js b/e2e/test-in-root/spec.js index 52e6989151..f70c974b33 100644 --- a/e2e/test-in-root/spec.js +++ b/e2e/test-in-root/spec.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-in-root/test.js b/e2e/test-in-root/test.js index 52e6989151..f70c974b33 100644 --- a/e2e/test-in-root/test.js +++ b/e2e/test-in-root/test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-match/test-suites/sample-suite.mjs b/e2e/test-match/test-suites/sample-suite.mjs index 0d0703ef8e..50a1e74312 100644 --- a/e2e/test-match/test-suites/sample-suite.mjs +++ b/e2e/test-match/test-suites/sample-suite.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-match/test-suites/sample-suite2.cjs b/e2e/test-match/test-suites/sample-suite2.cjs index bb80acb6f8..d3a4648b17 100644 --- a/e2e/test-match/test-suites/sample-suite2.cjs +++ b/e2e/test-match/test-suites/sample-suite2.cjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-name-pattern-skipped/__tests__/testNamePatternSkipped.test.js b/e2e/test-name-pattern-skipped/__tests__/testNamePatternSkipped.test.js index a4aca2c78f..cf55608517 100644 --- a/e2e/test-name-pattern-skipped/__tests__/testNamePatternSkipped.test.js +++ b/e2e/test-name-pattern-skipped/__tests__/testNamePatternSkipped.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-name-pattern/__tests__/testNamePattern.test.js b/e2e/test-name-pattern/__tests__/testNamePattern.test.js index 8356113d52..75be4d4d77 100644 --- a/e2e/test-name-pattern/__tests__/testNamePattern.test.js +++ b/e2e/test-name-pattern/__tests__/testNamePattern.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-results-processor/__tests__/processor.test.js b/e2e/test-results-processor/__tests__/processor.test.js index 1c22b7b2ce..8da24a641f 100644 --- a/e2e/test-results-processor/__tests__/processor.test.js +++ b/e2e/test-results-processor/__tests__/processor.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-results-processor/processor.js b/e2e/test-results-processor/processor.js index 535cc405ee..2b234a885c 100644 --- a/e2e/test-results-processor/processor.js +++ b/e2e/test-results-processor/processor.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-results-processor/processor.mjs b/e2e/test-results-processor/processor.mjs index be9679b335..c25135c033 100644 --- a/e2e/test-results-processor/processor.mjs +++ b/e2e/test-results-processor/processor.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-results-processor/processorAsync.js b/e2e/test-results-processor/processorAsync.js index efe73f0b20..d8c09c2e66 100644 --- a/e2e/test-results-processor/processorAsync.js +++ b/e2e/test-results-processor/processorAsync.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-retries/__tests__/beforeAllFailure.test.js b/e2e/test-retries/__tests__/beforeAllFailure.test.js index 915ee923a2..871e99a491 100644 --- a/e2e/test-retries/__tests__/beforeAllFailure.test.js +++ b/e2e/test-retries/__tests__/beforeAllFailure.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-retries/__tests__/control.test.js b/e2e/test-retries/__tests__/control.test.js index 2b0e3cbd56..28189f8afc 100644 --- a/e2e/test-retries/__tests__/control.test.js +++ b/e2e/test-retries/__tests__/control.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-retries/__tests__/e2e.test.js b/e2e/test-retries/__tests__/e2e.test.js index d49b8328eb..1dac8c27a8 100644 --- a/e2e/test-retries/__tests__/e2e.test.js +++ b/e2e/test-retries/__tests__/e2e.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-retries/__tests__/logErrorsBeforeRetries.test.js b/e2e/test-retries/__tests__/logErrorsBeforeRetries.test.js index 46d53526ba..aa296d3b49 100644 --- a/e2e/test-retries/__tests__/logErrorsBeforeRetries.test.js +++ b/e2e/test-retries/__tests__/logErrorsBeforeRetries.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-retries/__tests__/retry.test.js b/e2e/test-retries/__tests__/retry.test.js index c2dbd4c930..c9d6d08d54 100644 --- a/e2e/test-retries/__tests__/retry.test.js +++ b/e2e/test-retries/__tests__/retry.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-retries/reporters/RetryReporter.js b/e2e/test-retries/reporters/RetryReporter.js index 97f5a4d9c9..48d4d9aee4 100644 --- a/e2e/test-retries/reporters/RetryReporter.js +++ b/e2e/test-retries/reporters/RetryReporter.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-todo/__tests__/only-todo.test.js b/e2e/test-todo/__tests__/only-todo.test.js index 6bc35448d0..d6b092b22c 100644 --- a/e2e/test-todo/__tests__/only-todo.test.js +++ b/e2e/test-todo/__tests__/only-todo.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-todo/__tests__/statuses.test.js b/e2e/test-todo/__tests__/statuses.test.js index 6b179ee0c6..f346407355 100644 --- a/e2e/test-todo/__tests__/statuses.test.js +++ b/e2e/test-todo/__tests__/statuses.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-todo/__tests__/todoMultipleArgs.test.js b/e2e/test-todo/__tests__/todoMultipleArgs.test.js index 01a2daf59f..20b165cbf7 100644 --- a/e2e/test-todo/__tests__/todoMultipleArgs.test.js +++ b/e2e/test-todo/__tests__/todoMultipleArgs.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-todo/__tests__/todoNoArgs.test.js b/e2e/test-todo/__tests__/todoNoArgs.test.js index bf3513dbef..6ed5645dce 100644 --- a/e2e/test-todo/__tests__/todoNoArgs.test.js +++ b/e2e/test-todo/__tests__/todoNoArgs.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-todo/__tests__/todoNonString.test.js b/e2e/test-todo/__tests__/todoNonString.test.js index d89a055e06..2ae2c78ac4 100644 --- a/e2e/test-todo/__tests__/todoNonString.test.js +++ b/e2e/test-todo/__tests__/todoNonString.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/test-todo/__tests__/verbose.test.js b/e2e/test-todo/__tests__/verbose.test.js index 93f0166e30..bace3cc06b 100644 --- a/e2e/test-todo/__tests__/verbose.test.js +++ b/e2e/test-todo/__tests__/verbose.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/to-match-inline-snapshot/babel.config.js b/e2e/to-match-inline-snapshot/babel.config.js index 9be0361069..46ec26d1a5 100644 --- a/e2e/to-match-inline-snapshot/babel.config.js +++ b/e2e/to-match-inline-snapshot/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/to-match-snapshot-with-string-serializer/serializers/string.js b/e2e/to-match-snapshot-with-string-serializer/serializers/string.js index 515489525c..178e3bd0fe 100644 --- a/e2e/to-match-snapshot-with-string-serializer/serializers/string.js +++ b/e2e/to-match-snapshot-with-string-serializer/serializers/string.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/to-throw-error-matching-inline-snapshot/babel.config.js b/e2e/to-throw-error-matching-inline-snapshot/babel.config.js index 9be0361069..46ec26d1a5 100644 --- a/e2e/to-throw-error-matching-inline-snapshot/babel.config.js +++ b/e2e/to-throw-error-matching-inline-snapshot/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform-linked-modules/__tests__/linkedModules.test.js b/e2e/transform-linked-modules/__tests__/linkedModules.test.js index 96bf51276d..32697df351 100644 --- a/e2e/transform-linked-modules/__tests__/linkedModules.test.js +++ b/e2e/transform-linked-modules/__tests__/linkedModules.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform-linked-modules/ignored/normal.js b/e2e/transform-linked-modules/ignored/normal.js index a2aea770ad..b6fda8bd9d 100644 --- a/e2e/transform-linked-modules/ignored/normal.js +++ b/e2e/transform-linked-modules/ignored/normal.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform-linked-modules/package/index.js b/e2e/transform-linked-modules/package/index.js index 17dd5c4e43..ff4aab65bc 100644 --- a/e2e/transform-linked-modules/package/index.js +++ b/e2e/transform-linked-modules/package/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform-linked-modules/preprocessor.js b/e2e/transform-linked-modules/preprocessor.js index 67c48b478b..9713dfee5f 100644 --- a/e2e/transform-linked-modules/preprocessor.js +++ b/e2e/transform-linked-modules/preprocessor.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/async-transformer/__tests__/test.js b/e2e/transform/async-transformer/__tests__/test.js index c5c453757b..302ae72e54 100644 --- a/e2e/transform/async-transformer/__tests__/test.js +++ b/e2e/transform/async-transformer/__tests__/test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/async-transformer/module-under-test.js b/e2e/transform/async-transformer/module-under-test.js index ee3052a99c..8465dd07ce 100644 --- a/e2e/transform/async-transformer/module-under-test.js +++ b/e2e/transform/async-transformer/module-under-test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/async-transformer/my-transform.cjs b/e2e/transform/async-transformer/my-transform.cjs index e1c13f1171..675e557ddc 100644 --- a/e2e/transform/async-transformer/my-transform.cjs +++ b/e2e/transform/async-transformer/my-transform.cjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/async-transformer/some-symbol.js b/e2e/transform/async-transformer/some-symbol.js index cf2680d0fa..2b855e208a 100644 --- a/e2e/transform/async-transformer/some-symbol.js +++ b/e2e/transform/async-transformer/some-symbol.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/babel-jest-async/__tests__/babelJest.test.js b/e2e/transform/babel-jest-async/__tests__/babelJest.test.js index 75dd76825a..b72d3c1cc7 100644 --- a/e2e/transform/babel-jest-async/__tests__/babelJest.test.js +++ b/e2e/transform/babel-jest-async/__tests__/babelJest.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/babel-jest-async/only-file-to-transform.js b/e2e/transform/babel-jest-async/only-file-to-transform.js index 058eea6bda..8cd57498b0 100644 --- a/e2e/transform/babel-jest-async/only-file-to-transform.js +++ b/e2e/transform/babel-jest-async/only-file-to-transform.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/babel-jest-async/transformer.js b/e2e/transform/babel-jest-async/transformer.js index 41a96de047..22d95851f9 100644 --- a/e2e/transform/babel-jest-async/transformer.js +++ b/e2e/transform/babel-jest-async/transformer.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/babel-jest-ignored/__tests__/ignoredFile.test.js b/e2e/transform/babel-jest-ignored/__tests__/ignoredFile.test.js index 89e5137d73..9c76b266d0 100644 --- a/e2e/transform/babel-jest-ignored/__tests__/ignoredFile.test.js +++ b/e2e/transform/babel-jest-ignored/__tests__/ignoredFile.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/babel-jest-ignored/babel.config.js b/e2e/transform/babel-jest-ignored/babel.config.js index 048789e0d6..1bcb53877e 100644 --- a/e2e/transform/babel-jest-ignored/babel.config.js +++ b/e2e/transform/babel-jest-ignored/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/babel-jest-manual/__tests__/babelJest.test.js b/e2e/transform/babel-jest-manual/__tests__/babelJest.test.js index 49af465137..9c4c8e8cc9 100644 --- a/e2e/transform/babel-jest-manual/__tests__/babelJest.test.js +++ b/e2e/transform/babel-jest-manual/__tests__/babelJest.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/babel-jest-manual/foo.js b/e2e/transform/babel-jest-manual/foo.js index 7e8e287368..c8d8bb8068 100644 --- a/e2e/transform/babel-jest-manual/foo.js +++ b/e2e/transform/babel-jest-manual/foo.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/babel-jest-manual/transformer.js b/e2e/transform/babel-jest-manual/transformer.js index 597b36bc9a..28f39cd9e7 100644 --- a/e2e/transform/babel-jest-manual/transformer.js +++ b/e2e/transform/babel-jest-manual/transformer.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/babel-jest/__tests__/babelJest.test.js b/e2e/transform/babel-jest/__tests__/babelJest.test.js index f657e72caf..c56cc45456 100644 --- a/e2e/transform/babel-jest/__tests__/babelJest.test.js +++ b/e2e/transform/babel-jest/__tests__/babelJest.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/babel-jest/__tests__/changedCwd.test.js b/e2e/transform/babel-jest/__tests__/changedCwd.test.js index ae8f55d628..6b8883ee64 100644 --- a/e2e/transform/babel-jest/__tests__/changedCwd.test.js +++ b/e2e/transform/babel-jest/__tests__/changedCwd.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/babel-jest/babel.config.js b/e2e/transform/babel-jest/babel.config.js index 186d686670..9e762515d8 100644 --- a/e2e/transform/babel-jest/babel.config.js +++ b/e2e/transform/babel-jest/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/babel-jest/notCovered.js b/e2e/transform/babel-jest/notCovered.js index 763e42aa44..bf9d91dff8 100644 --- a/e2e/transform/babel-jest/notCovered.js +++ b/e2e/transform/babel-jest/notCovered.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/babel-jest/this-directory-is-covered/covered.js b/e2e/transform/babel-jest/this-directory-is-covered/covered.js index e120afa84d..997882f825 100644 --- a/e2e/transform/babel-jest/this-directory-is-covered/covered.js +++ b/e2e/transform/babel-jest/this-directory-is-covered/covered.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/babel-jest/this-directory-is-covered/excludedFromCoverage.js b/e2e/transform/babel-jest/this-directory-is-covered/excludedFromCoverage.js index 42144c78d0..5ca2f829a2 100644 --- a/e2e/transform/babel-jest/this-directory-is-covered/excludedFromCoverage.js +++ b/e2e/transform/babel-jest/this-directory-is-covered/excludedFromCoverage.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/cache/__tests__/aTests.js b/e2e/transform/cache/__tests__/aTests.js index 2f8f32a8b0..19741dfd2c 100644 --- a/e2e/transform/cache/__tests__/aTests.js +++ b/e2e/transform/cache/__tests__/aTests.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/cache/__tests__/bTests.js b/e2e/transform/cache/__tests__/bTests.js index c896f74c49..dbdfec5dda 100644 --- a/e2e/transform/cache/__tests__/bTests.js +++ b/e2e/transform/cache/__tests__/bTests.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/cache/__tests__/cTests.js b/e2e/transform/cache/__tests__/cTests.js index 55827295d0..59b60a174b 100644 --- a/e2e/transform/cache/__tests__/cTests.js +++ b/e2e/transform/cache/__tests__/cTests.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/cache/__tests__/dTests.js b/e2e/transform/cache/__tests__/dTests.js index 74716a8e9a..aa68571d94 100644 --- a/e2e/transform/cache/__tests__/dTests.js +++ b/e2e/transform/cache/__tests__/dTests.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/cache/common-file.js b/e2e/transform/cache/common-file.js index 798c701db1..9cf3c00cea 100644 --- a/e2e/transform/cache/common-file.js +++ b/e2e/transform/cache/common-file.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/cache/transformer.js b/e2e/transform/cache/transformer.js index 84b368ab9b..4d208c3e2b 100644 --- a/e2e/transform/cache/transformer.js +++ b/e2e/transform/cache/transformer.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/custom-instrumenting-preprocessor/__tests__/customPreprocessor.test.js b/e2e/transform/custom-instrumenting-preprocessor/__tests__/customPreprocessor.test.js index eaf8a43f56..f77b8f4e97 100644 --- a/e2e/transform/custom-instrumenting-preprocessor/__tests__/customPreprocessor.test.js +++ b/e2e/transform/custom-instrumenting-preprocessor/__tests__/customPreprocessor.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/custom-instrumenting-preprocessor/preprocessor.js b/e2e/transform/custom-instrumenting-preprocessor/preprocessor.js index bb1dbf38c6..1e6edfaa1b 100644 --- a/e2e/transform/custom-instrumenting-preprocessor/preprocessor.js +++ b/e2e/transform/custom-instrumenting-preprocessor/preprocessor.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/custom-instrumenting-preprocessor/src/index.js b/e2e/transform/custom-instrumenting-preprocessor/src/index.js index c22c337c10..d341e4c137 100644 --- a/e2e/transform/custom-instrumenting-preprocessor/src/index.js +++ b/e2e/transform/custom-instrumenting-preprocessor/src/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/custom-instrumenting-preprocessor/src/someOtherFile.js b/e2e/transform/custom-instrumenting-preprocessor/src/someOtherFile.js index ca27cf6522..04d9abff9e 100644 --- a/e2e/transform/custom-instrumenting-preprocessor/src/someOtherFile.js +++ b/e2e/transform/custom-instrumenting-preprocessor/src/someOtherFile.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/ecmascript-modules-support/__tests__/ecmascriptModulesSupport.mjs b/e2e/transform/ecmascript-modules-support/__tests__/ecmascriptModulesSupport.mjs index a39fd6b3a5..c26af4f5a6 100644 --- a/e2e/transform/ecmascript-modules-support/__tests__/ecmascriptModulesSupport.mjs +++ b/e2e/transform/ecmascript-modules-support/__tests__/ecmascriptModulesSupport.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/ecmascript-modules-support/babel.config.js b/e2e/transform/ecmascript-modules-support/babel.config.js index b8ec7376a9..fa59555fc1 100644 --- a/e2e/transform/ecmascript-modules-support/babel.config.js +++ b/e2e/transform/ecmascript-modules-support/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/ecmascript-modules-support/src/index.mjs b/e2e/transform/ecmascript-modules-support/src/index.mjs index bc5d38f2d1..b7e47b02d7 100644 --- a/e2e/transform/ecmascript-modules-support/src/index.mjs +++ b/e2e/transform/ecmascript-modules-support/src/index.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/ecmascript-modules-support/src/module.mjs b/e2e/transform/ecmascript-modules-support/src/module.mjs index 3734db4222..e6500f0347 100644 --- a/e2e/transform/ecmascript-modules-support/src/module.mjs +++ b/e2e/transform/ecmascript-modules-support/src/module.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/esm-transformer/__tests__/test.js b/e2e/transform/esm-transformer/__tests__/test.js index 9d22df44b1..b43083f039 100644 --- a/e2e/transform/esm-transformer/__tests__/test.js +++ b/e2e/transform/esm-transformer/__tests__/test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/esm-transformer/module.js b/e2e/transform/esm-transformer/module.js index 1894c6f8ea..8d2b7272bb 100644 --- a/e2e/transform/esm-transformer/module.js +++ b/e2e/transform/esm-transformer/module.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/esm-transformer/my-transform.mjs b/e2e/transform/esm-transformer/my-transform.mjs index 96d8c23058..59afa7dfad 100644 --- a/e2e/transform/esm-transformer/my-transform.mjs +++ b/e2e/transform/esm-transformer/my-transform.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/multiple-transformers/__tests__/multipleTransformers.test.js b/e2e/transform/multiple-transformers/__tests__/multipleTransformers.test.js index 1994a1cb65..fe0d6288c5 100644 --- a/e2e/transform/multiple-transformers/__tests__/multipleTransformers.test.js +++ b/e2e/transform/multiple-transformers/__tests__/multipleTransformers.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/multiple-transformers/babel.config.js b/e2e/transform/multiple-transformers/babel.config.js index e52b556ea6..0ffb18ff3d 100644 --- a/e2e/transform/multiple-transformers/babel.config.js +++ b/e2e/transform/multiple-transformers/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/multiple-transformers/cssPreprocessor.js b/e2e/transform/multiple-transformers/cssPreprocessor.js index 6e5da5fce8..84fe0ee6b8 100644 --- a/e2e/transform/multiple-transformers/cssPreprocessor.js +++ b/e2e/transform/multiple-transformers/cssPreprocessor.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/multiple-transformers/filePreprocessor.js b/e2e/transform/multiple-transformers/filePreprocessor.js index b419a52779..88a19dc44f 100644 --- a/e2e/transform/multiple-transformers/filePreprocessor.js +++ b/e2e/transform/multiple-transformers/filePreprocessor.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/multiple-transformers/jsPreprocessor.js b/e2e/transform/multiple-transformers/jsPreprocessor.js index a59ca45579..69a0b5f926 100644 --- a/e2e/transform/multiple-transformers/jsPreprocessor.js +++ b/e2e/transform/multiple-transformers/jsPreprocessor.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/multiple-transformers/src/App.css b/e2e/transform/multiple-transformers/src/App.css index 711c9e60e8..2efa0b7177 100644 --- a/e2e/transform/multiple-transformers/src/App.css +++ b/e2e/transform/multiple-transformers/src/App.css @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/multiple-transformers/src/App.js b/e2e/transform/multiple-transformers/src/App.js index 3d1ff6f17a..2e5dfa1570 100644 --- a/e2e/transform/multiple-transformers/src/App.js +++ b/e2e/transform/multiple-transformers/src/App.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/no-babel-jest/__tests__/failsWithSyntaxError.test.js b/e2e/transform/no-babel-jest/__tests__/failsWithSyntaxError.test.js index 9014c0bcf3..6554d90940 100644 --- a/e2e/transform/no-babel-jest/__tests__/failsWithSyntaxError.test.js +++ b/e2e/transform/no-babel-jest/__tests__/failsWithSyntaxError.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/no-babel-jest/__tests__/passesWithNoBabelJest.js b/e2e/transform/no-babel-jest/__tests__/passesWithNoBabelJest.js index 5696e99792..ed888acb48 100644 --- a/e2e/transform/no-babel-jest/__tests__/passesWithNoBabelJest.js +++ b/e2e/transform/no-babel-jest/__tests__/passesWithNoBabelJest.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/no-babel-jest/this-directory-is-covered/covered.js b/e2e/transform/no-babel-jest/this-directory-is-covered/covered.js index d52a1dccc5..08b05aba60 100644 --- a/e2e/transform/no-babel-jest/this-directory-is-covered/covered.js +++ b/e2e/transform/no-babel-jest/this-directory-is-covered/covered.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/no-babel-jest/this-directory-is-covered/excludedFromCoverage.js b/e2e/transform/no-babel-jest/this-directory-is-covered/excludedFromCoverage.js index a79a9fa2dc..73aad7940a 100644 --- a/e2e/transform/no-babel-jest/this-directory-is-covered/excludedFromCoverage.js +++ b/e2e/transform/no-babel-jest/this-directory-is-covered/excludedFromCoverage.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/transform-environment/__tests__/add.test.js b/e2e/transform/transform-environment/__tests__/add.test.js index b3f97f774b..3ae89e976c 100644 --- a/e2e/transform/transform-environment/__tests__/add.test.js +++ b/e2e/transform/transform-environment/__tests__/add.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/transform-environment/babel.config.js b/e2e/transform/transform-environment/babel.config.js index 19dd8862b5..ad3cbda540 100644 --- a/e2e/transform/transform-environment/babel.config.js +++ b/e2e/transform/transform-environment/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/transform-environment/environment.ts b/e2e/transform/transform-environment/environment.ts index fa68228d59..2dc18d4e42 100644 --- a/e2e/transform/transform-environment/environment.ts +++ b/e2e/transform/transform-environment/environment.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/transform-esm-runner/__tests__/add.test.js b/e2e/transform/transform-esm-runner/__tests__/add.test.js index 10dca79b86..61acb09bc4 100644 --- a/e2e/transform/transform-esm-runner/__tests__/add.test.js +++ b/e2e/transform/transform-esm-runner/__tests__/add.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/transform-esm-runner/runner.mjs b/e2e/transform/transform-esm-runner/runner.mjs index fa9becc105..bc0f2da1a2 100644 --- a/e2e/transform/transform-esm-runner/runner.mjs +++ b/e2e/transform/transform-esm-runner/runner.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/transform-esm-testrunner/__tests__/add.test.js b/e2e/transform/transform-esm-testrunner/__tests__/add.test.js index 10dca79b86..61acb09bc4 100644 --- a/e2e/transform/transform-esm-testrunner/__tests__/add.test.js +++ b/e2e/transform/transform-esm-testrunner/__tests__/add.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/transform-esm-testrunner/test-runner.mjs b/e2e/transform/transform-esm-testrunner/test-runner.mjs index fc04d3efc7..9f5e016375 100644 --- a/e2e/transform/transform-esm-testrunner/test-runner.mjs +++ b/e2e/transform/transform-esm-testrunner/test-runner.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/transform-runner/__tests__/add.test.js b/e2e/transform/transform-runner/__tests__/add.test.js index 10dca79b86..61acb09bc4 100644 --- a/e2e/transform/transform-runner/__tests__/add.test.js +++ b/e2e/transform/transform-runner/__tests__/add.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/transform-runner/babel.config.js b/e2e/transform/transform-runner/babel.config.js index 19dd8862b5..ad3cbda540 100644 --- a/e2e/transform/transform-runner/babel.config.js +++ b/e2e/transform/transform-runner/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/transform-runner/runner.ts b/e2e/transform/transform-runner/runner.ts index 3dd269ac5a..e0b486a3ef 100644 --- a/e2e/transform/transform-runner/runner.ts +++ b/e2e/transform/transform-runner/runner.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/transform-snapshotResolver/__tests__/snapshot.test.js b/e2e/transform/transform-snapshotResolver/__tests__/snapshot.test.js index d1bc86b099..5206ec3121 100644 --- a/e2e/transform/transform-snapshotResolver/__tests__/snapshot.test.js +++ b/e2e/transform/transform-snapshotResolver/__tests__/snapshot.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/transform-snapshotResolver/babel.config.js b/e2e/transform/transform-snapshotResolver/babel.config.js index cff71fe1f8..2432cc67c0 100644 --- a/e2e/transform/transform-snapshotResolver/babel.config.js +++ b/e2e/transform/transform-snapshotResolver/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/transform-snapshotResolver/customSnapshotResolver.ts b/e2e/transform/transform-snapshotResolver/customSnapshotResolver.ts index d6c6597906..efc5c9c7d1 100644 --- a/e2e/transform/transform-snapshotResolver/customSnapshotResolver.ts +++ b/e2e/transform/transform-snapshotResolver/customSnapshotResolver.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/transform-testrunner/__tests__/add.test.js b/e2e/transform/transform-testrunner/__tests__/add.test.js index 10dca79b86..61acb09bc4 100644 --- a/e2e/transform/transform-testrunner/__tests__/add.test.js +++ b/e2e/transform/transform-testrunner/__tests__/add.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/transform-testrunner/babel.config.js b/e2e/transform/transform-testrunner/babel.config.js index 19dd8862b5..ad3cbda540 100644 --- a/e2e/transform/transform-testrunner/babel.config.js +++ b/e2e/transform/transform-testrunner/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/transform-testrunner/test-runner.ts b/e2e/transform/transform-testrunner/test-runner.ts index 0b08cd6ca5..ab90debd3e 100644 --- a/e2e/transform/transform-testrunner/test-runner.ts +++ b/e2e/transform/transform-testrunner/test-runner.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/transformer-config/NotCovered.js b/e2e/transform/transformer-config/NotCovered.js index 763e42aa44..bf9d91dff8 100644 --- a/e2e/transform/transformer-config/NotCovered.js +++ b/e2e/transform/transformer-config/NotCovered.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/transformer-config/__tests__/transformer-config.test.js b/e2e/transform/transformer-config/__tests__/transformer-config.test.js index 92ff583663..64465cc884 100644 --- a/e2e/transform/transformer-config/__tests__/transformer-config.test.js +++ b/e2e/transform/transformer-config/__tests__/transformer-config.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/transformer-config/this-directory-is-covered/Covered.js b/e2e/transform/transformer-config/this-directory-is-covered/Covered.js index e120afa84d..997882f825 100644 --- a/e2e/transform/transformer-config/this-directory-is-covered/Covered.js +++ b/e2e/transform/transformer-config/this-directory-is-covered/Covered.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/transform/transformer-config/this-directory-is-covered/ExcludedFromCoverage.js b/e2e/transform/transformer-config/this-directory-is-covered/ExcludedFromCoverage.js index 12616bcb0a..2237bbaa23 100644 --- a/e2e/transform/transformer-config/this-directory-is-covered/ExcludedFromCoverage.js +++ b/e2e/transform/transformer-config/this-directory-is-covered/ExcludedFromCoverage.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/typescript-coverage/__tests__/coveredTest.ts b/e2e/typescript-coverage/__tests__/coveredTest.ts index d80e1405a4..bbd320f431 100644 --- a/e2e/typescript-coverage/__tests__/coveredTest.ts +++ b/e2e/typescript-coverage/__tests__/coveredTest.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/typescript-coverage/covered.ts b/e2e/typescript-coverage/covered.ts index 1e7a6bb188..c6f3eb5bc4 100644 --- a/e2e/typescript-coverage/covered.ts +++ b/e2e/typescript-coverage/covered.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/typescript-coverage/typescriptPreprocessor.js b/e2e/typescript-coverage/typescriptPreprocessor.js index 251c68f5e3..852ce0bfb0 100644 --- a/e2e/typescript-coverage/typescriptPreprocessor.js +++ b/e2e/typescript-coverage/typescriptPreprocessor.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/verbose-reporter/__tests__/verbose.test.js b/e2e/verbose-reporter/__tests__/verbose.test.js index 3f6836b9ac..c3507e430c 100644 --- a/e2e/verbose-reporter/__tests__/verbose.test.js +++ b/e2e/verbose-reporter/__tests__/verbose.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/watch-plugins/cjs/__tests__/index.js b/e2e/watch-plugins/cjs/__tests__/index.js index 72f4772027..7d8d2261d5 100644 --- a/e2e/watch-plugins/cjs/__tests__/index.js +++ b/e2e/watch-plugins/cjs/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/watch-plugins/cjs/my-watch-plugin.cjs b/e2e/watch-plugins/cjs/my-watch-plugin.cjs index b68701c989..6b27479878 100644 --- a/e2e/watch-plugins/cjs/my-watch-plugin.cjs +++ b/e2e/watch-plugins/cjs/my-watch-plugin.cjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/watch-plugins/js-type-module/__tests__/index.js b/e2e/watch-plugins/js-type-module/__tests__/index.js index 5416c1b2c5..64526c4656 100644 --- a/e2e/watch-plugins/js-type-module/__tests__/index.js +++ b/e2e/watch-plugins/js-type-module/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/watch-plugins/js-type-module/my-watch-plugin.js b/e2e/watch-plugins/js-type-module/my-watch-plugin.js index f313583a7b..8a18b272cf 100644 --- a/e2e/watch-plugins/js-type-module/my-watch-plugin.js +++ b/e2e/watch-plugins/js-type-module/my-watch-plugin.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/watch-plugins/js/__tests__/index.js b/e2e/watch-plugins/js/__tests__/index.js index d82871a6c6..585ed26fb2 100644 --- a/e2e/watch-plugins/js/__tests__/index.js +++ b/e2e/watch-plugins/js/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/watch-plugins/js/my-watch-plugin.js b/e2e/watch-plugins/js/my-watch-plugin.js index b68701c989..6b27479878 100644 --- a/e2e/watch-plugins/js/my-watch-plugin.js +++ b/e2e/watch-plugins/js/my-watch-plugin.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/watch-plugins/mjs/__tests__/index.js b/e2e/watch-plugins/mjs/__tests__/index.js index b9b588b6ce..2a75087765 100644 --- a/e2e/watch-plugins/mjs/__tests__/index.js +++ b/e2e/watch-plugins/mjs/__tests__/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/watch-plugins/mjs/my-watch-plugin.mjs b/e2e/watch-plugins/mjs/my-watch-plugin.mjs index f313583a7b..8a18b272cf 100644 --- a/e2e/watch-plugins/mjs/my-watch-plugin.mjs +++ b/e2e/watch-plugins/mjs/my-watch-plugin.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/worker-restarting/__tests__/test1.js b/e2e/worker-restarting/__tests__/test1.js index 3e394ec4ec..efec70904b 100644 --- a/e2e/worker-restarting/__tests__/test1.js +++ b/e2e/worker-restarting/__tests__/test1.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/worker-restarting/__tests__/test2.js b/e2e/worker-restarting/__tests__/test2.js index 3e394ec4ec..efec70904b 100644 --- a/e2e/worker-restarting/__tests__/test2.js +++ b/e2e/worker-restarting/__tests__/test2.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/worker-restarting/__tests__/test3.js b/e2e/worker-restarting/__tests__/test3.js index 3e394ec4ec..efec70904b 100644 --- a/e2e/worker-restarting/__tests__/test3.js +++ b/e2e/worker-restarting/__tests__/test3.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/wrong-env/__tests__/beforeTest.js b/e2e/wrong-env/__tests__/beforeTest.js index 95afb6a358..0cd8a21990 100644 --- a/e2e/wrong-env/__tests__/beforeTest.js +++ b/e2e/wrong-env/__tests__/beforeTest.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/wrong-env/__tests__/jsdom.js b/e2e/wrong-env/__tests__/jsdom.js index f030fbb2b6..961931937e 100644 --- a/e2e/wrong-env/__tests__/jsdom.js +++ b/e2e/wrong-env/__tests__/jsdom.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/e2e/wrong-env/__tests__/node.js b/e2e/wrong-env/__tests__/node.js index ec43dca816..241798c157 100644 --- a/e2e/wrong-env/__tests__/node.js +++ b/e2e/wrong-env/__tests__/node.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/angular/.babelrc.js b/examples/angular/.babelrc.js index 1185384994..7c396de2fd 100644 --- a/examples/angular/.babelrc.js +++ b/examples/angular/.babelrc.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/async/__mocks__/request.js b/examples/async/__mocks__/request.js index 1e6d430680..0ff3d16292 100644 --- a/examples/async/__mocks__/request.js +++ b/examples/async/__mocks__/request.js @@ -1,4 +1,4 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates. 'use strict'; diff --git a/examples/async/__tests__/user.test.js b/examples/async/__tests__/user.test.js index 7311472390..e64c324d72 100644 --- a/examples/async/__tests__/user.test.js +++ b/examples/async/__tests__/user.test.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. 'use strict'; diff --git a/examples/async/request.js b/examples/async/request.js index fb0cabfe74..a6561fd077 100644 --- a/examples/async/request.js +++ b/examples/async/request.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. const http = require('http'); diff --git a/examples/async/user.js b/examples/async/user.js index f42c9b07d1..14823680d9 100644 --- a/examples/async/user.js +++ b/examples/async/user.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. import request from './request'; diff --git a/examples/automatic-mocks/.babelrc.js b/examples/automatic-mocks/.babelrc.js index 0b9fb114a3..41fe27c052 100644 --- a/examples/automatic-mocks/.babelrc.js +++ b/examples/automatic-mocks/.babelrc.js @@ -1,4 +1,4 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates. module.exports = { presets: ['@babel/preset-env'], diff --git a/examples/automatic-mocks/__tests__/automock.test.js b/examples/automatic-mocks/__tests__/automock.test.js index fe12a881cb..e25d26ea9d 100644 --- a/examples/automatic-mocks/__tests__/automock.test.js +++ b/examples/automatic-mocks/__tests__/automock.test.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. import utils from '../utils'; diff --git a/examples/automatic-mocks/__tests__/createMockFromModule.test.js b/examples/automatic-mocks/__tests__/createMockFromModule.test.js index f6fd951a94..781fc7adaa 100644 --- a/examples/automatic-mocks/__tests__/createMockFromModule.test.js +++ b/examples/automatic-mocks/__tests__/createMockFromModule.test.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. import utils from '../utils'; diff --git a/examples/automatic-mocks/__tests__/disableAutomocking.test.js b/examples/automatic-mocks/__tests__/disableAutomocking.test.js index b7e5b77f93..5a6734ab95 100644 --- a/examples/automatic-mocks/__tests__/disableAutomocking.test.js +++ b/examples/automatic-mocks/__tests__/disableAutomocking.test.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. import utils from '../utils'; diff --git a/examples/automatic-mocks/utils.js b/examples/automatic-mocks/utils.js index 86065e4354..a9361de187 100644 --- a/examples/automatic-mocks/utils.js +++ b/examples/automatic-mocks/utils.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. export default { authorize: () => 'token', diff --git a/examples/enzyme/.babelrc.js b/examples/enzyme/.babelrc.js index 1de03c2d75..c60b888e9d 100644 --- a/examples/enzyme/.babelrc.js +++ b/examples/enzyme/.babelrc.js @@ -1,4 +1,4 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates. module.exports = { presets: [ diff --git a/examples/enzyme/CheckboxWithLabel.js b/examples/enzyme/CheckboxWithLabel.js index aaf3ccc6b9..903e54aa2c 100644 --- a/examples/enzyme/CheckboxWithLabel.js +++ b/examples/enzyme/CheckboxWithLabel.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. import {useState} from 'react'; diff --git a/examples/enzyme/__tests__/CheckboxWithLabel-test.js b/examples/enzyme/__tests__/CheckboxWithLabel-test.js index 804727e79c..182654929d 100644 --- a/examples/enzyme/__tests__/CheckboxWithLabel-test.js +++ b/examples/enzyme/__tests__/CheckboxWithLabel-test.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. import Enzyme, {shallow} from 'enzyme'; import Adapter from 'enzyme-adapter-react-16'; diff --git a/examples/expect-extend/__tests__/ranges.test.ts b/examples/expect-extend/__tests__/ranges.test.ts index 77f80e8a5e..88f948c02e 100644 --- a/examples/expect-extend/__tests__/ranges.test.ts +++ b/examples/expect-extend/__tests__/ranges.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/expect-extend/toBeWithinRange.ts b/examples/expect-extend/toBeWithinRange.ts index a7492603b9..a5624ef9e9 100644 --- a/examples/expect-extend/toBeWithinRange.ts +++ b/examples/expect-extend/toBeWithinRange.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/getting-started/.babelrc.js b/examples/getting-started/.babelrc.js index 0b9fb114a3..41fe27c052 100644 --- a/examples/getting-started/.babelrc.js +++ b/examples/getting-started/.babelrc.js @@ -1,4 +1,4 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates. module.exports = { presets: ['@babel/preset-env'], diff --git a/examples/getting-started/sum.js b/examples/getting-started/sum.js index 461684f74c..db11a01b4a 100644 --- a/examples/getting-started/sum.js +++ b/examples/getting-started/sum.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. function sum(a, b) { return a + b; diff --git a/examples/getting-started/sum.test.js b/examples/getting-started/sum.test.js index 3ca1095c93..c0d8ca8947 100644 --- a/examples/getting-started/sum.test.js +++ b/examples/getting-started/sum.test.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. const sum = require('./sum'); diff --git a/examples/jquery/.babelrc.js b/examples/jquery/.babelrc.js index 0b9fb114a3..41fe27c052 100644 --- a/examples/jquery/.babelrc.js +++ b/examples/jquery/.babelrc.js @@ -1,4 +1,4 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates. module.exports = { presets: ['@babel/preset-env'], diff --git a/examples/jquery/__tests__/display_user.test.js b/examples/jquery/__tests__/display_user.test.js index 35704cc922..3878ae904c 100644 --- a/examples/jquery/__tests__/display_user.test.js +++ b/examples/jquery/__tests__/display_user.test.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. /* global document */ diff --git a/examples/jquery/__tests__/fetch_current_user.test.js b/examples/jquery/__tests__/fetch_current_user.test.js index 8c1a8f6659..f04cc9bb12 100644 --- a/examples/jquery/__tests__/fetch_current_user.test.js +++ b/examples/jquery/__tests__/fetch_current_user.test.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. jest.mock('jquery'); diff --git a/examples/jquery/displayUser.js b/examples/jquery/displayUser.js index 2ada5e4171..2c5da48cbb 100644 --- a/examples/jquery/displayUser.js +++ b/examples/jquery/displayUser.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. const $ = require('jquery'); const fetchCurrentUser = require('./fetchCurrentUser.js'); diff --git a/examples/jquery/fetchCurrentUser.js b/examples/jquery/fetchCurrentUser.js index ff2d356405..6b73579722 100644 --- a/examples/jquery/fetchCurrentUser.js +++ b/examples/jquery/fetchCurrentUser.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. const $ = require('jquery'); diff --git a/examples/manual-mocks/.babelrc.js b/examples/manual-mocks/.babelrc.js index 0b9fb114a3..41fe27c052 100644 --- a/examples/manual-mocks/.babelrc.js +++ b/examples/manual-mocks/.babelrc.js @@ -1,4 +1,4 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates. module.exports = { presets: ['@babel/preset-env'], diff --git a/examples/manual-mocks/FileSummarizer.js b/examples/manual-mocks/FileSummarizer.js index 4dd962df88..a190588828 100644 --- a/examples/manual-mocks/FileSummarizer.js +++ b/examples/manual-mocks/FileSummarizer.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. const fs = require('fs'); diff --git a/examples/manual-mocks/__mocks__/fs.js b/examples/manual-mocks/__mocks__/fs.js index 8e5cd38382..0492149b5b 100644 --- a/examples/manual-mocks/__mocks__/fs.js +++ b/examples/manual-mocks/__mocks__/fs.js @@ -1,4 +1,4 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates. 'use strict'; diff --git a/examples/manual-mocks/__mocks__/lodash.js b/examples/manual-mocks/__mocks__/lodash.js index 2039270fc0..746529aea5 100644 --- a/examples/manual-mocks/__mocks__/lodash.js +++ b/examples/manual-mocks/__mocks__/lodash.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. const lodash = jest.createMockFromModule('lodash'); diff --git a/examples/manual-mocks/__tests__/file_summarizer.test.js b/examples/manual-mocks/__tests__/file_summarizer.test.js index cda48c160a..b9f9171819 100644 --- a/examples/manual-mocks/__tests__/file_summarizer.test.js +++ b/examples/manual-mocks/__tests__/file_summarizer.test.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. 'use strict'; diff --git a/examples/manual-mocks/__tests__/lodashMocking.test.js b/examples/manual-mocks/__tests__/lodashMocking.test.js index becea0ba03..703843a1d5 100644 --- a/examples/manual-mocks/__tests__/lodashMocking.test.js +++ b/examples/manual-mocks/__tests__/lodashMocking.test.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. import lodash from 'lodash'; diff --git a/examples/manual-mocks/__tests__/user.test.js b/examples/manual-mocks/__tests__/user.test.js index cb7b36c350..354876300d 100644 --- a/examples/manual-mocks/__tests__/user.test.js +++ b/examples/manual-mocks/__tests__/user.test.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. import user from '../models/user'; diff --git a/examples/manual-mocks/__tests__/userMocked.test.js b/examples/manual-mocks/__tests__/userMocked.test.js index 12ba168678..d07b92df87 100644 --- a/examples/manual-mocks/__tests__/userMocked.test.js +++ b/examples/manual-mocks/__tests__/userMocked.test.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. import user from '../models/user'; diff --git a/examples/manual-mocks/models/__mocks__/user.js b/examples/manual-mocks/models/__mocks__/user.js index 57a95c3984..e8b302c92d 100644 --- a/examples/manual-mocks/models/__mocks__/user.js +++ b/examples/manual-mocks/models/__mocks__/user.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. const user = jest.createMockFromModule('../user'); diff --git a/examples/manual-mocks/models/user.js b/examples/manual-mocks/models/user.js index 5439d7000a..13173867ad 100644 --- a/examples/manual-mocks/models/user.js +++ b/examples/manual-mocks/models/user.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. export default { getAuthenticated: () => ({ diff --git a/examples/module-mock/.babelrc.js b/examples/module-mock/.babelrc.js index bc482acf0b..ad8153784e 100644 --- a/examples/module-mock/.babelrc.js +++ b/examples/module-mock/.babelrc.js @@ -1,4 +1,4 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates. 'use strict'; diff --git a/examples/module-mock/__tests__/full_mock.js b/examples/module-mock/__tests__/full_mock.js index 4ef8d1fb2e..26c0698abe 100644 --- a/examples/module-mock/__tests__/full_mock.js +++ b/examples/module-mock/__tests__/full_mock.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. import defaultExport, {apple, strawberry} from '../fruit'; diff --git a/examples/module-mock/__tests__/mock_per_test.js b/examples/module-mock/__tests__/mock_per_test.js index 5164477a2e..624b6264d9 100644 --- a/examples/module-mock/__tests__/mock_per_test.js +++ b/examples/module-mock/__tests__/mock_per_test.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. /** * This file illustrates how to define a custom mock per test. diff --git a/examples/module-mock/__tests__/partial_mock.js b/examples/module-mock/__tests__/partial_mock.js index 6d7e610677..4741e5164a 100644 --- a/examples/module-mock/__tests__/partial_mock.js +++ b/examples/module-mock/__tests__/partial_mock.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. /** * This file illustrates how to do a partial mock where a subset diff --git a/examples/module-mock/fruit.js b/examples/module-mock/fruit.js index f6bdbf3f0f..768fbedfac 100644 --- a/examples/module-mock/fruit.js +++ b/examples/module-mock/fruit.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. export const apple = 'apple'; diff --git a/examples/react-native/Intro.js b/examples/react-native/Intro.js index 4bde235464..f1ee622fc4 100644 --- a/examples/react-native/Intro.js +++ b/examples/react-native/Intro.js @@ -1,4 +1,4 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates. /** * Sample React Native App diff --git a/examples/react-native/__tests__/intro.test.js b/examples/react-native/__tests__/intro.test.js index 6a63cb040f..0e23846f5d 100644 --- a/examples/react-native/__tests__/intro.test.js +++ b/examples/react-native/__tests__/intro.test.js @@ -1,4 +1,4 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates. /** * Sample React Native Snapshot Test diff --git a/examples/react-native/babel.config.js b/examples/react-native/babel.config.js index c0afb68fa3..fb9e649216 100644 --- a/examples/react-native/babel.config.js +++ b/examples/react-native/babel.config.js @@ -1,4 +1,4 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates. const {createRequire} = require('module'); diff --git a/examples/react-native/index.js b/examples/react-native/index.js index 8b1ac7e236..efc1d9579e 100644 --- a/examples/react-native/index.js +++ b/examples/react-native/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates. /** * Sample React Native App diff --git a/examples/react-testing-library/.babelrc.js b/examples/react-testing-library/.babelrc.js index 1de03c2d75..c60b888e9d 100644 --- a/examples/react-testing-library/.babelrc.js +++ b/examples/react-testing-library/.babelrc.js @@ -1,4 +1,4 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates. module.exports = { presets: [ diff --git a/examples/react-testing-library/CheckboxWithLabel.js b/examples/react-testing-library/CheckboxWithLabel.js index a8cf6a8cf1..c6355b7383 100644 --- a/examples/react-testing-library/CheckboxWithLabel.js +++ b/examples/react-testing-library/CheckboxWithLabel.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. import {useState} from 'react'; diff --git a/examples/react-testing-library/__tests__/CheckboxWithLabel-test.js b/examples/react-testing-library/__tests__/CheckboxWithLabel-test.js index 3e6eb16c37..27612e0cf2 100644 --- a/examples/react-testing-library/__tests__/CheckboxWithLabel-test.js +++ b/examples/react-testing-library/__tests__/CheckboxWithLabel-test.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. import {fireEvent, render} from '@testing-library/react'; import CheckboxWithLabel from '../CheckboxWithLabel'; diff --git a/examples/react/.babelrc.js b/examples/react/.babelrc.js index 1de03c2d75..c60b888e9d 100644 --- a/examples/react/.babelrc.js +++ b/examples/react/.babelrc.js @@ -1,4 +1,4 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates. module.exports = { presets: [ diff --git a/examples/react/CheckboxWithLabel.js b/examples/react/CheckboxWithLabel.js index aaf3ccc6b9..903e54aa2c 100644 --- a/examples/react/CheckboxWithLabel.js +++ b/examples/react/CheckboxWithLabel.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. import {useState} from 'react'; diff --git a/examples/react/__tests__/CheckboxWithLabel-test.js b/examples/react/__tests__/CheckboxWithLabel-test.js index beec559732..1566e6e60d 100644 --- a/examples/react/__tests__/CheckboxWithLabel-test.js +++ b/examples/react/__tests__/CheckboxWithLabel-test.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. import {createRef} from 'react'; import * as TestUtils from 'react-dom/test-utils'; diff --git a/examples/snapshot/.babelrc.js b/examples/snapshot/.babelrc.js index 1de03c2d75..c60b888e9d 100644 --- a/examples/snapshot/.babelrc.js +++ b/examples/snapshot/.babelrc.js @@ -1,4 +1,4 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates. module.exports = { presets: [ diff --git a/examples/snapshot/Clock.js b/examples/snapshot/Clock.js index cc74499b95..2645bb9323 100644 --- a/examples/snapshot/Clock.js +++ b/examples/snapshot/Clock.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. import {useEffect, useState} from 'react'; diff --git a/examples/snapshot/Link.js b/examples/snapshot/Link.js index 06f6b19c34..379ef9c300 100644 --- a/examples/snapshot/Link.js +++ b/examples/snapshot/Link.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. import {useState} from 'react'; diff --git a/examples/snapshot/__tests__/clock.test.js b/examples/snapshot/__tests__/clock.test.js index 78218ef2c1..6c4c2a9fa8 100644 --- a/examples/snapshot/__tests__/clock.test.js +++ b/examples/snapshot/__tests__/clock.test.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. 'use strict'; diff --git a/examples/snapshot/__tests__/link.test.js b/examples/snapshot/__tests__/link.test.js index f7b868d6b4..8d51c48bb6 100644 --- a/examples/snapshot/__tests__/link.test.js +++ b/examples/snapshot/__tests__/link.test.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. 'use strict'; diff --git a/examples/timer/.babelrc.js b/examples/timer/.babelrc.js index 0b9fb114a3..41fe27c052 100644 --- a/examples/timer/.babelrc.js +++ b/examples/timer/.babelrc.js @@ -1,4 +1,4 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates. module.exports = { presets: ['@babel/preset-env'], diff --git a/examples/timer/__tests__/infinite_timer_game.test.js b/examples/timer/__tests__/infinite_timer_game.test.js index e1c87f03d3..004071ccdb 100644 --- a/examples/timer/__tests__/infinite_timer_game.test.js +++ b/examples/timer/__tests__/infinite_timer_game.test.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. 'use strict'; diff --git a/examples/timer/__tests__/timer_game.test.js b/examples/timer/__tests__/timer_game.test.js index f54c4c1156..b7cb1d8ab5 100644 --- a/examples/timer/__tests__/timer_game.test.js +++ b/examples/timer/__tests__/timer_game.test.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. 'use strict'; diff --git a/examples/timer/infiniteTimerGame.js b/examples/timer/infiniteTimerGame.js index 8762f59c01..59777e5e98 100644 --- a/examples/timer/infiniteTimerGame.js +++ b/examples/timer/infiniteTimerGame.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. function infiniteTimerGame(callback) { console.log('Ready....go!'); diff --git a/examples/timer/timerGame.js b/examples/timer/timerGame.js index b0543d4b6a..ed5fcb91a7 100644 --- a/examples/timer/timerGame.js +++ b/examples/timer/timerGame.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. function timerGame(callback) { console.log('Ready....go!'); diff --git a/examples/typescript/.babelrc.js b/examples/typescript/.babelrc.js index 6ab95c459d..79a6fd689f 100644 --- a/examples/typescript/.babelrc.js +++ b/examples/typescript/.babelrc.js @@ -1,4 +1,4 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates. module.exports = { presets: [ diff --git a/examples/typescript/CheckboxWithLabel.tsx b/examples/typescript/CheckboxWithLabel.tsx index a2ca686bf9..b299f853b5 100644 --- a/examples/typescript/CheckboxWithLabel.tsx +++ b/examples/typescript/CheckboxWithLabel.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates. import {useState} from 'react'; diff --git a/examples/typescript/__tests__/CheckboxWithLabel-test.tsx b/examples/typescript/__tests__/CheckboxWithLabel-test.tsx index 6bcabc317f..11fb613240 100644 --- a/examples/typescript/__tests__/CheckboxWithLabel-test.tsx +++ b/examples/typescript/__tests__/CheckboxWithLabel-test.tsx @@ -1,4 +1,4 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates. import * as React from 'react'; import * as TestUtils from 'react-dom/test-utils'; diff --git a/examples/typescript/__tests__/calc.test.ts b/examples/typescript/__tests__/calc.test.ts index b9366cc10f..884e4984b9 100644 --- a/examples/typescript/__tests__/calc.test.ts +++ b/examples/typescript/__tests__/calc.test.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates. import {describe, expect, it, jest} from '@jest/globals'; import Memory from '../Memory'; diff --git a/examples/typescript/__tests__/sub-test.ts b/examples/typescript/__tests__/sub-test.ts index b6ccb828f1..66d1b8844a 100644 --- a/examples/typescript/__tests__/sub-test.ts +++ b/examples/typescript/__tests__/sub-test.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates. import {expect, it} from '@jest/globals'; import sub from '../sub'; diff --git a/examples/typescript/__tests__/sum-test.ts b/examples/typescript/__tests__/sum-test.ts index a401c5d46a..be9b400b1d 100644 --- a/examples/typescript/__tests__/sum-test.ts +++ b/examples/typescript/__tests__/sum-test.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates. import {expect, it} from '@jest/globals'; diff --git a/examples/typescript/__tests__/sum.test.js b/examples/typescript/__tests__/sum.test.js index 3bcb0749a9..b9fbc85da6 100644 --- a/examples/typescript/__tests__/sum.test.js +++ b/examples/typescript/__tests__/sum.test.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. import {expect, it} from '@jest/globals'; diff --git a/examples/typescript/__tests__/utils.test.ts b/examples/typescript/__tests__/utils.test.ts index f5eac1b079..96ade500a2 100644 --- a/examples/typescript/__tests__/utils.test.ts +++ b/examples/typescript/__tests__/utils.test.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates. import {afterEach, beforeEach, expect, it, jest} from '@jest/globals'; import {isLocalhost} from '../utils'; diff --git a/examples/typescript/sub.ts b/examples/typescript/sub.ts index a97262d3c3..c65199e2ae 100644 --- a/examples/typescript/sub.ts +++ b/examples/typescript/sub.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates. import sum from './sum'; diff --git a/examples/typescript/sum.js b/examples/typescript/sum.js index 461684f74c..db11a01b4a 100644 --- a/examples/typescript/sum.js +++ b/examples/typescript/sum.js @@ -1,4 +1,4 @@ -// Copyright 2004-present Facebook. All Rights Reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates.. All Rights Reserved. function sum(a, b) { return a + b; diff --git a/examples/typescript/sum.ts b/examples/typescript/sum.ts index 3fc28eae42..4926fff33a 100644 --- a/examples/typescript/sum.ts +++ b/examples/typescript/sum.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates. const sum = (a: number, b: number): number => a + b; diff --git a/examples/typescript/utils.ts b/examples/typescript/utils.ts index 36175ec684..e7d0a43fe5 100644 --- a/examples/typescript/utils.ts +++ b/examples/typescript/utils.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +// Copyright (c) Meta Platforms, Inc. and affiliates. export function isLocalhost() { return process.env.HOSTNAME === 'localhost'; diff --git a/jest b/jest index faa1ea5d88..7ecd54fded 100755 --- a/jest +++ b/jest @@ -1,7 +1,7 @@ #!/usr/bin/env bash : ' -Copyright (c) 2014-present, Facebook, Inc. All rights reserved. +Copyright (c) Meta Platforms, Inc. and affiliates., Inc. All rights reserved. This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree. diff --git a/jest.config.ci.mjs b/jest.config.ci.mjs index 2b2f36983f..3d33ffaec9 100644 --- a/jest.config.ci.mjs +++ b/jest.config.ci.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/jest.config.mjs b/jest.config.mjs index b7bfeca7f1..0044e3a871 100644 --- a/jest.config.mjs +++ b/jest.config.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/jest.config.ts.mjs b/jest.config.ts.mjs index 2ce094c36e..1bd388dc9c 100644 --- a/jest.config.ts.mjs +++ b/jest.config.ts.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/babel-jest/src/__tests__/getCacheKey.test.ts b/packages/babel-jest/src/__tests__/getCacheKey.test.ts index 5e7e9e8719..fbe3a0b34b 100644 --- a/packages/babel-jest/src/__tests__/getCacheKey.test.ts +++ b/packages/babel-jest/src/__tests__/getCacheKey.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/babel-jest/src/__tests__/index.ts b/packages/babel-jest/src/__tests__/index.ts index 189d6609a7..2db776993b 100644 --- a/packages/babel-jest/src/__tests__/index.ts +++ b/packages/babel-jest/src/__tests__/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/babel-jest/src/index.ts b/packages/babel-jest/src/index.ts index 151df90cad..d85dde4ba6 100644 --- a/packages/babel-jest/src/index.ts +++ b/packages/babel-jest/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/babel-jest/src/loadBabelConfig.ts b/packages/babel-jest/src/loadBabelConfig.ts index a9aae6c7c5..0c53df81a2 100644 --- a/packages/babel-jest/src/loadBabelConfig.ts +++ b/packages/babel-jest/src/loadBabelConfig.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/babel-plugin-jest-hoist/src/__tests__/hoistPlugin.test.ts b/packages/babel-plugin-jest-hoist/src/__tests__/hoistPlugin.test.ts index 7828b50953..82ccd58cee 100644 --- a/packages/babel-plugin-jest-hoist/src/__tests__/hoistPlugin.test.ts +++ b/packages/babel-plugin-jest-hoist/src/__tests__/hoistPlugin.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/babel-plugin-jest-hoist/src/index.ts b/packages/babel-plugin-jest-hoist/src/index.ts index 99eb02c3d0..697607561f 100644 --- a/packages/babel-plugin-jest-hoist/src/index.ts +++ b/packages/babel-plugin-jest-hoist/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/babel-preset-jest/index.js b/packages/babel-preset-jest/index.js index 911bbf8d99..b76ee3c737 100644 --- a/packages/babel-preset-jest/index.js +++ b/packages/babel-preset-jest/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/diff-sequences/__benchmarks__/test.js b/packages/diff-sequences/__benchmarks__/test.js index 04da41dc99..317a5a8849 100644 --- a/packages/diff-sequences/__benchmarks__/test.js +++ b/packages/diff-sequences/__benchmarks__/test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/diff-sequences/src/__tests__/index.property.test.ts b/packages/diff-sequences/src/__tests__/index.property.test.ts index 9c01b8b182..b73d8c38f1 100644 --- a/packages/diff-sequences/src/__tests__/index.property.test.ts +++ b/packages/diff-sequences/src/__tests__/index.property.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/diff-sequences/src/__tests__/index.test.ts b/packages/diff-sequences/src/__tests__/index.test.ts index 0a31350701..2590746a93 100644 --- a/packages/diff-sequences/src/__tests__/index.test.ts +++ b/packages/diff-sequences/src/__tests__/index.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/diff-sequences/src/index.ts b/packages/diff-sequences/src/index.ts index deabc2a13f..e35713c374 100644 --- a/packages/diff-sequences/src/index.ts +++ b/packages/diff-sequences/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect-utils/__typetests__/utils.test.ts b/packages/expect-utils/__typetests__/utils.test.ts index bcb580cb28..ed8fe71433 100644 --- a/packages/expect-utils/__typetests__/utils.test.ts +++ b/packages/expect-utils/__typetests__/utils.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect-utils/src/__tests__/isError.test.ts b/packages/expect-utils/src/__tests__/isError.test.ts index 0ab6657689..8bdc624b4f 100644 --- a/packages/expect-utils/src/__tests__/isError.test.ts +++ b/packages/expect-utils/src/__tests__/isError.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect-utils/src/__tests__/utils.test.ts b/packages/expect-utils/src/__tests__/utils.test.ts index cb4cebb4fb..baa97a47b9 100644 --- a/packages/expect-utils/src/__tests__/utils.test.ts +++ b/packages/expect-utils/src/__tests__/utils.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect-utils/src/immutableUtils.ts b/packages/expect-utils/src/immutableUtils.ts index c565dab152..56f6d9e303 100644 --- a/packages/expect-utils/src/immutableUtils.ts +++ b/packages/expect-utils/src/immutableUtils.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect-utils/src/index.ts b/packages/expect-utils/src/index.ts index 1cb442e73c..7d1154a460 100644 --- a/packages/expect-utils/src/index.ts +++ b/packages/expect-utils/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect-utils/src/types.ts b/packages/expect-utils/src/types.ts index 66c8644d38..0217b7649c 100644 --- a/packages/expect-utils/src/types.ts +++ b/packages/expect-utils/src/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect-utils/src/utils.ts b/packages/expect-utils/src/utils.ts index 0c1cc7b243..1a675c2c23 100644 --- a/packages/expect-utils/src/utils.ts +++ b/packages/expect-utils/src/utils.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect/__typetests__/expect.test.ts b/packages/expect/__typetests__/expect.test.ts index db233cb4e1..4e1d2bb72b 100644 --- a/packages/expect/__typetests__/expect.test.ts +++ b/packages/expect/__typetests__/expect.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect/__typetests__/expectTyped.test.ts b/packages/expect/__typetests__/expectTyped.test.ts index c96e1d79ac..155431a611 100644 --- a/packages/expect/__typetests__/expectTyped.test.ts +++ b/packages/expect/__typetests__/expectTyped.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect/src/__tests__/__arbitraries__/sharedSettings.ts b/packages/expect/src/__tests__/__arbitraries__/sharedSettings.ts index 719897902f..41081461d3 100644 --- a/packages/expect/src/__tests__/__arbitraries__/sharedSettings.ts +++ b/packages/expect/src/__tests__/__arbitraries__/sharedSettings.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect/src/__tests__/assertionCounts.test.ts b/packages/expect/src/__tests__/assertionCounts.test.ts index f3cdfeb1bf..7759a32413 100644 --- a/packages/expect/src/__tests__/assertionCounts.test.ts +++ b/packages/expect/src/__tests__/assertionCounts.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect/src/__tests__/asymmetricMatchers.test.ts b/packages/expect/src/__tests__/asymmetricMatchers.test.ts index 0718a8e616..24a326e218 100644 --- a/packages/expect/src/__tests__/asymmetricMatchers.test.ts +++ b/packages/expect/src/__tests__/asymmetricMatchers.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect/src/__tests__/customEqualityTesters.test.ts b/packages/expect/src/__tests__/customEqualityTesters.test.ts index 6a6f4cf63c..dda50297e6 100644 --- a/packages/expect/src/__tests__/customEqualityTesters.test.ts +++ b/packages/expect/src/__tests__/customEqualityTesters.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect/src/__tests__/customEqualityTestersRecursive.test.ts b/packages/expect/src/__tests__/customEqualityTestersRecursive.test.ts index 51f1b54acf..bf6762b74d 100644 --- a/packages/expect/src/__tests__/customEqualityTestersRecursive.test.ts +++ b/packages/expect/src/__tests__/customEqualityTestersRecursive.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect/src/__tests__/extend.test.ts b/packages/expect/src/__tests__/extend.test.ts index 91ddb9e229..9298fba80d 100644 --- a/packages/expect/src/__tests__/extend.test.ts +++ b/packages/expect/src/__tests__/extend.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect/src/__tests__/matchers-toContain.property.test.ts b/packages/expect/src/__tests__/matchers-toContain.property.test.ts index ff2c7bca00..998d5b2ea5 100644 --- a/packages/expect/src/__tests__/matchers-toContain.property.test.ts +++ b/packages/expect/src/__tests__/matchers-toContain.property.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect/src/__tests__/matchers-toContainEqual.property.test.ts b/packages/expect/src/__tests__/matchers-toContainEqual.property.test.ts index b676bd3737..7f15c8a416 100644 --- a/packages/expect/src/__tests__/matchers-toContainEqual.property.test.ts +++ b/packages/expect/src/__tests__/matchers-toContainEqual.property.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect/src/__tests__/matchers-toEqual.property.test.ts b/packages/expect/src/__tests__/matchers-toEqual.property.test.ts index abd94c1f55..fc50dbcac1 100644 --- a/packages/expect/src/__tests__/matchers-toEqual.property.test.ts +++ b/packages/expect/src/__tests__/matchers-toEqual.property.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect/src/__tests__/matchers-toStrictEqual.property.test.ts b/packages/expect/src/__tests__/matchers-toStrictEqual.property.test.ts index 5c1a143c40..7e34e7c202 100644 --- a/packages/expect/src/__tests__/matchers-toStrictEqual.property.test.ts +++ b/packages/expect/src/__tests__/matchers-toStrictEqual.property.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect/src/__tests__/matchers.test.js b/packages/expect/src/__tests__/matchers.test.js index 39d4b3048b..8bee39142e 100644 --- a/packages/expect/src/__tests__/matchers.test.js +++ b/packages/expect/src/__tests__/matchers.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect/src/__tests__/spyMatchers.test.ts b/packages/expect/src/__tests__/spyMatchers.test.ts index e350b5ca7b..f344c74eb1 100644 --- a/packages/expect/src/__tests__/spyMatchers.test.ts +++ b/packages/expect/src/__tests__/spyMatchers.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect/src/__tests__/stacktrace.test.ts b/packages/expect/src/__tests__/stacktrace.test.ts index 40c3e148e0..fb65cbc558 100644 --- a/packages/expect/src/__tests__/stacktrace.test.ts +++ b/packages/expect/src/__tests__/stacktrace.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect/src/__tests__/symbolInObjects.test.ts b/packages/expect/src/__tests__/symbolInObjects.test.ts index b4520ac489..3259adf703 100644 --- a/packages/expect/src/__tests__/symbolInObjects.test.ts +++ b/packages/expect/src/__tests__/symbolInObjects.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect/src/__tests__/toEqual-dom.test.ts b/packages/expect/src/__tests__/toEqual-dom.test.ts index c4bc68a6d9..2dc5c8b311 100644 --- a/packages/expect/src/__tests__/toEqual-dom.test.ts +++ b/packages/expect/src/__tests__/toEqual-dom.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect/src/__tests__/toThrowMatchers.test.ts b/packages/expect/src/__tests__/toThrowMatchers.test.ts index ff0770008b..281e5ec44a 100644 --- a/packages/expect/src/__tests__/toThrowMatchers.test.ts +++ b/packages/expect/src/__tests__/toThrowMatchers.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect/src/asymmetricMatchers.ts b/packages/expect/src/asymmetricMatchers.ts index d4ab8f8f37..1eb9c52fa6 100644 --- a/packages/expect/src/asymmetricMatchers.ts +++ b/packages/expect/src/asymmetricMatchers.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect/src/extractExpectedAssertionsErrors.ts b/packages/expect/src/extractExpectedAssertionsErrors.ts index 9af24602d5..8c7972e1c2 100644 --- a/packages/expect/src/extractExpectedAssertionsErrors.ts +++ b/packages/expect/src/extractExpectedAssertionsErrors.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect/src/index.ts b/packages/expect/src/index.ts index 7c526815d2..5cc2cd68f6 100644 --- a/packages/expect/src/index.ts +++ b/packages/expect/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect/src/jestMatchersObject.ts b/packages/expect/src/jestMatchersObject.ts index 9272e4feed..a61e904a9b 100644 --- a/packages/expect/src/jestMatchersObject.ts +++ b/packages/expect/src/jestMatchersObject.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect/src/matchers.ts b/packages/expect/src/matchers.ts index 49cda23321..0ea9c04501 100644 --- a/packages/expect/src/matchers.ts +++ b/packages/expect/src/matchers.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect/src/print.ts b/packages/expect/src/print.ts index 7651715cfb..167ef57ca2 100644 --- a/packages/expect/src/print.ts +++ b/packages/expect/src/print.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect/src/spyMatchers.ts b/packages/expect/src/spyMatchers.ts index 3c7c1e1dec..a57482e0cc 100644 --- a/packages/expect/src/spyMatchers.ts +++ b/packages/expect/src/spyMatchers.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect/src/toThrowMatchers.ts b/packages/expect/src/toThrowMatchers.ts index 63d6ff616b..99af5807aa 100644 --- a/packages/expect/src/toThrowMatchers.ts +++ b/packages/expect/src/toThrowMatchers.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/expect/src/types.ts b/packages/expect/src/types.ts index 951a6eff58..3866c15585 100644 --- a/packages/expect/src/types.ts +++ b/packages/expect/src/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-changed-files/src/git.ts b/packages/jest-changed-files/src/git.ts index 7daf57a7ba..111185ebe5 100644 --- a/packages/jest-changed-files/src/git.ts +++ b/packages/jest-changed-files/src/git.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-changed-files/src/hg.ts b/packages/jest-changed-files/src/hg.ts index 1e8d53e184..3bfeb416df 100644 --- a/packages/jest-changed-files/src/hg.ts +++ b/packages/jest-changed-files/src/hg.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-changed-files/src/index.ts b/packages/jest-changed-files/src/index.ts index d7bb623859..0063a69ee7 100644 --- a/packages/jest-changed-files/src/index.ts +++ b/packages/jest-changed-files/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-changed-files/src/types.ts b/packages/jest-changed-files/src/types.ts index f320b7a895..a841b75558 100644 --- a/packages/jest-changed-files/src/types.ts +++ b/packages/jest-changed-files/src/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-circus/runner.js b/packages/jest-circus/runner.js index f61fd88826..de11d642a3 100644 --- a/packages/jest-circus/runner.js +++ b/packages/jest-circus/runner.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-circus/src/__mocks__/testEventHandler.ts b/packages/jest-circus/src/__mocks__/testEventHandler.ts index 896ed92149..cfdaef275c 100644 --- a/packages/jest-circus/src/__mocks__/testEventHandler.ts +++ b/packages/jest-circus/src/__mocks__/testEventHandler.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-circus/src/__mocks__/testUtils.ts b/packages/jest-circus/src/__mocks__/testUtils.ts index e68db421ba..d77ea4153a 100644 --- a/packages/jest-circus/src/__mocks__/testUtils.ts +++ b/packages/jest-circus/src/__mocks__/testUtils.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-circus/src/__tests__/afterAll.test.ts b/packages/jest-circus/src/__tests__/afterAll.test.ts index 3fdc5e9985..13e67f98dd 100644 --- a/packages/jest-circus/src/__tests__/afterAll.test.ts +++ b/packages/jest-circus/src/__tests__/afterAll.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-circus/src/__tests__/baseTest.test.ts b/packages/jest-circus/src/__tests__/baseTest.test.ts index 2b98c9371a..170ac57b15 100644 --- a/packages/jest-circus/src/__tests__/baseTest.test.ts +++ b/packages/jest-circus/src/__tests__/baseTest.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-circus/src/__tests__/circusItFailingTestError.test.ts b/packages/jest-circus/src/__tests__/circusItFailingTestError.test.ts index df4bc1c65d..9368cdd311 100644 --- a/packages/jest-circus/src/__tests__/circusItFailingTestError.test.ts +++ b/packages/jest-circus/src/__tests__/circusItFailingTestError.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-circus/src/__tests__/circusItTestError.test.ts b/packages/jest-circus/src/__tests__/circusItTestError.test.ts index 6e21c74156..0c39f75be9 100644 --- a/packages/jest-circus/src/__tests__/circusItTestError.test.ts +++ b/packages/jest-circus/src/__tests__/circusItTestError.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-circus/src/__tests__/circusItTodoTestError.test.ts b/packages/jest-circus/src/__tests__/circusItTodoTestError.test.ts index bb544b9a22..3a4862a711 100644 --- a/packages/jest-circus/src/__tests__/circusItTodoTestError.test.ts +++ b/packages/jest-circus/src/__tests__/circusItTodoTestError.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-circus/src/__tests__/hooks.test.ts b/packages/jest-circus/src/__tests__/hooks.test.ts index 3d5f7f1af5..0db8d2f53d 100644 --- a/packages/jest-circus/src/__tests__/hooks.test.ts +++ b/packages/jest-circus/src/__tests__/hooks.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-circus/src/__tests__/hooksError.test.ts b/packages/jest-circus/src/__tests__/hooksError.test.ts index 08c135ffe0..4c50063355 100644 --- a/packages/jest-circus/src/__tests__/hooksError.test.ts +++ b/packages/jest-circus/src/__tests__/hooksError.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-circus/src/eventHandler.ts b/packages/jest-circus/src/eventHandler.ts index 904ebd383d..0a437df1ed 100644 --- a/packages/jest-circus/src/eventHandler.ts +++ b/packages/jest-circus/src/eventHandler.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-circus/src/formatNodeAssertErrors.ts b/packages/jest-circus/src/formatNodeAssertErrors.ts index 75fd0ed176..c3dc4b0f91 100644 --- a/packages/jest-circus/src/formatNodeAssertErrors.ts +++ b/packages/jest-circus/src/formatNodeAssertErrors.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-circus/src/globalErrorHandlers.ts b/packages/jest-circus/src/globalErrorHandlers.ts index 1b3449da13..27146fc4a1 100644 --- a/packages/jest-circus/src/globalErrorHandlers.ts +++ b/packages/jest-circus/src/globalErrorHandlers.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-circus/src/index.ts b/packages/jest-circus/src/index.ts index a8049d4d1d..eba48fbffd 100644 --- a/packages/jest-circus/src/index.ts +++ b/packages/jest-circus/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-circus/src/legacy-code-todo-rewrite/jestAdapter.ts b/packages/jest-circus/src/legacy-code-todo-rewrite/jestAdapter.ts index 9df215a6d5..80b4503621 100644 --- a/packages/jest-circus/src/legacy-code-todo-rewrite/jestAdapter.ts +++ b/packages/jest-circus/src/legacy-code-todo-rewrite/jestAdapter.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-circus/src/legacy-code-todo-rewrite/jestAdapterInit.ts b/packages/jest-circus/src/legacy-code-todo-rewrite/jestAdapterInit.ts index 4108fe1335..da0e51ce6d 100644 --- a/packages/jest-circus/src/legacy-code-todo-rewrite/jestAdapterInit.ts +++ b/packages/jest-circus/src/legacy-code-todo-rewrite/jestAdapterInit.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-circus/src/run.ts b/packages/jest-circus/src/run.ts index 4d1f69a4e6..d7d7cc2257 100644 --- a/packages/jest-circus/src/run.ts +++ b/packages/jest-circus/src/run.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-circus/src/state.ts b/packages/jest-circus/src/state.ts index e9f0321e97..ab28c39118 100644 --- a/packages/jest-circus/src/state.ts +++ b/packages/jest-circus/src/state.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-circus/src/testCaseReportHandler.ts b/packages/jest-circus/src/testCaseReportHandler.ts index 4a9bac2cb9..2711654e4d 100644 --- a/packages/jest-circus/src/testCaseReportHandler.ts +++ b/packages/jest-circus/src/testCaseReportHandler.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-circus/src/types.ts b/packages/jest-circus/src/types.ts index 17a4019d32..6af26152b6 100644 --- a/packages/jest-circus/src/types.ts +++ b/packages/jest-circus/src/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-circus/src/utils.ts b/packages/jest-circus/src/utils.ts index 65c9a295dc..c8f25ce33d 100644 --- a/packages/jest-circus/src/utils.ts +++ b/packages/jest-circus/src/utils.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-cli/bin/jest.js b/packages/jest-cli/bin/jest.js index 146fb2c401..3ddf9403c2 100755 --- a/packages/jest-cli/bin/jest.js +++ b/packages/jest-cli/bin/jest.js @@ -1,6 +1,6 @@ #!/usr/bin/env node /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-cli/src/__tests__/args.test.ts b/packages/jest-cli/src/__tests__/args.test.ts index 48eaf67a87..512472ac83 100644 --- a/packages/jest-cli/src/__tests__/args.test.ts +++ b/packages/jest-cli/src/__tests__/args.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-cli/src/args.ts b/packages/jest-cli/src/args.ts index 1ed7606b37..c33f5e5731 100644 --- a/packages/jest-cli/src/args.ts +++ b/packages/jest-cli/src/args.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-cli/src/index.ts b/packages/jest-cli/src/index.ts index eb6159cd9f..b22aa69237 100644 --- a/packages/jest-cli/src/index.ts +++ b/packages/jest-cli/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-cli/src/init/__tests__/__fixtures__/has-jest-config-file-cjs/jest.config.cjs b/packages/jest-cli/src/init/__tests__/__fixtures__/has-jest-config-file-cjs/jest.config.cjs index 54e6c946a5..95cc30a730 100644 --- a/packages/jest-cli/src/init/__tests__/__fixtures__/has-jest-config-file-cjs/jest.config.cjs +++ b/packages/jest-cli/src/init/__tests__/__fixtures__/has-jest-config-file-cjs/jest.config.cjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-cli/src/init/__tests__/__fixtures__/has-jest-config-file-js/jest.config.js b/packages/jest-cli/src/init/__tests__/__fixtures__/has-jest-config-file-js/jest.config.js index 54e6c946a5..95cc30a730 100644 --- a/packages/jest-cli/src/init/__tests__/__fixtures__/has-jest-config-file-js/jest.config.js +++ b/packages/jest-cli/src/init/__tests__/__fixtures__/has-jest-config-file-js/jest.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-cli/src/init/__tests__/__fixtures__/has-jest-config-file-mjs/jest.config.mjs b/packages/jest-cli/src/init/__tests__/__fixtures__/has-jest-config-file-mjs/jest.config.mjs index d291155b7a..4f69b4e3bd 100644 --- a/packages/jest-cli/src/init/__tests__/__fixtures__/has-jest-config-file-mjs/jest.config.mjs +++ b/packages/jest-cli/src/init/__tests__/__fixtures__/has-jest-config-file-mjs/jest.config.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-cli/src/init/__tests__/__fixtures__/has-jest-config-file-ts/jest.config.ts b/packages/jest-cli/src/init/__tests__/__fixtures__/has-jest-config-file-ts/jest.config.ts index d291155b7a..4f69b4e3bd 100644 --- a/packages/jest-cli/src/init/__tests__/__fixtures__/has-jest-config-file-ts/jest.config.ts +++ b/packages/jest-cli/src/init/__tests__/__fixtures__/has-jest-config-file-ts/jest.config.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-cli/src/init/__tests__/init.test.ts b/packages/jest-cli/src/init/__tests__/init.test.ts index 6d8989abe1..a470937f31 100644 --- a/packages/jest-cli/src/init/__tests__/init.test.ts +++ b/packages/jest-cli/src/init/__tests__/init.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-cli/src/init/__tests__/modifyPackageJson.test.ts b/packages/jest-cli/src/init/__tests__/modifyPackageJson.test.ts index b52b1cf070..1fe4290221 100644 --- a/packages/jest-cli/src/init/__tests__/modifyPackageJson.test.ts +++ b/packages/jest-cli/src/init/__tests__/modifyPackageJson.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-cli/src/init/errors.ts b/packages/jest-cli/src/init/errors.ts index f828c41858..7c6afb8868 100644 --- a/packages/jest-cli/src/init/errors.ts +++ b/packages/jest-cli/src/init/errors.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-cli/src/init/generateConfigFile.ts b/packages/jest-cli/src/init/generateConfigFile.ts index 077eda2197..c96e2055e2 100644 --- a/packages/jest-cli/src/init/generateConfigFile.ts +++ b/packages/jest-cli/src/init/generateConfigFile.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-cli/src/init/index.ts b/packages/jest-cli/src/init/index.ts index 6dc793d581..5a9afe346d 100644 --- a/packages/jest-cli/src/init/index.ts +++ b/packages/jest-cli/src/init/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-cli/src/init/modifyPackageJson.ts b/packages/jest-cli/src/init/modifyPackageJson.ts index f28ab11cd4..09bc8cedd4 100644 --- a/packages/jest-cli/src/init/modifyPackageJson.ts +++ b/packages/jest-cli/src/init/modifyPackageJson.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-cli/src/init/questions.ts b/packages/jest-cli/src/init/questions.ts index 9d86faa6cc..f7a9593296 100644 --- a/packages/jest-cli/src/init/questions.ts +++ b/packages/jest-cli/src/init/questions.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-cli/src/init/types.ts b/packages/jest-cli/src/init/types.ts index 58071a46e7..639c22e10d 100644 --- a/packages/jest-cli/src/init/types.ts +++ b/packages/jest-cli/src/init/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-cli/src/run.ts b/packages/jest-cli/src/run.ts index b77d6619fb..58bbe4d684 100644 --- a/packages/jest-cli/src/run.ts +++ b/packages/jest-cli/src/run.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/Defaults.ts b/packages/jest-config/src/Defaults.ts index 16ed155a1d..ac08c902e5 100644 --- a/packages/jest-config/src/Defaults.ts +++ b/packages/jest-config/src/Defaults.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/Deprecated.ts b/packages/jest-config/src/Deprecated.ts index dacfa12dff..e1f3239a83 100644 --- a/packages/jest-config/src/Deprecated.ts +++ b/packages/jest-config/src/Deprecated.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/Descriptions.ts b/packages/jest-config/src/Descriptions.ts index cd5ecb00ce..19e4793f67 100644 --- a/packages/jest-config/src/Descriptions.ts +++ b/packages/jest-config/src/Descriptions.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/ReporterValidationErrors.ts b/packages/jest-config/src/ReporterValidationErrors.ts index 0eec885500..661d91a4ce 100644 --- a/packages/jest-config/src/ReporterValidationErrors.ts +++ b/packages/jest-config/src/ReporterValidationErrors.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/ValidConfig.ts b/packages/jest-config/src/ValidConfig.ts index 7a1a3a5947..275bf1c224 100644 --- a/packages/jest-config/src/ValidConfig.ts +++ b/packages/jest-config/src/ValidConfig.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/__mocks__/fs.js b/packages/jest-config/src/__mocks__/fs.js index c4324a7869..3cb5a00365 100644 --- a/packages/jest-config/src/__mocks__/fs.js +++ b/packages/jest-config/src/__mocks__/fs.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/__mocks__/os.js b/packages/jest-config/src/__mocks__/os.js index d14380735d..f175410596 100644 --- a/packages/jest-config/src/__mocks__/os.js +++ b/packages/jest-config/src/__mocks__/os.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/__mocks__/read-pkg.js b/packages/jest-config/src/__mocks__/read-pkg.js index 7d0c3641ce..f6c87708f7 100644 --- a/packages/jest-config/src/__mocks__/read-pkg.js +++ b/packages/jest-config/src/__mocks__/read-pkg.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/__tests__/Defaults.test.ts b/packages/jest-config/src/__tests__/Defaults.test.ts index 5295c8a49e..5128f91809 100644 --- a/packages/jest-config/src/__tests__/Defaults.test.ts +++ b/packages/jest-config/src/__tests__/Defaults.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/__tests__/getMaxWorkers.test.ts b/packages/jest-config/src/__tests__/getMaxWorkers.test.ts index be3b29c4a8..8658782281 100644 --- a/packages/jest-config/src/__tests__/getMaxWorkers.test.ts +++ b/packages/jest-config/src/__tests__/getMaxWorkers.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/__tests__/normalize.test.ts b/packages/jest-config/src/__tests__/normalize.test.ts index 31a067d6e1..26f751a95e 100644 --- a/packages/jest-config/src/__tests__/normalize.test.ts +++ b/packages/jest-config/src/__tests__/normalize.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/__tests__/parseShardPair.test.ts b/packages/jest-config/src/__tests__/parseShardPair.test.ts index c74b1cdd57..56b9eac2af 100644 --- a/packages/jest-config/src/__tests__/parseShardPair.test.ts +++ b/packages/jest-config/src/__tests__/parseShardPair.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/__tests__/readConfig.test.ts b/packages/jest-config/src/__tests__/readConfig.test.ts index a728d071f9..075327ce44 100644 --- a/packages/jest-config/src/__tests__/readConfig.test.ts +++ b/packages/jest-config/src/__tests__/readConfig.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/__tests__/readConfigs.test.ts b/packages/jest-config/src/__tests__/readConfigs.test.ts index 61b3f9f1f3..33af114dac 100644 --- a/packages/jest-config/src/__tests__/readConfigs.test.ts +++ b/packages/jest-config/src/__tests__/readConfigs.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/__tests__/readInitialOptions.test.ts b/packages/jest-config/src/__tests__/readInitialOptions.test.ts index de7d1f6cc2..1cf53fa533 100644 --- a/packages/jest-config/src/__tests__/readInitialOptions.test.ts +++ b/packages/jest-config/src/__tests__/readInitialOptions.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/__tests__/resolveConfigPath.test.ts b/packages/jest-config/src/__tests__/resolveConfigPath.test.ts index 515db568e6..0b16288ba1 100644 --- a/packages/jest-config/src/__tests__/resolveConfigPath.test.ts +++ b/packages/jest-config/src/__tests__/resolveConfigPath.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/__tests__/setFromArgv.test.ts b/packages/jest-config/src/__tests__/setFromArgv.test.ts index 0b3a72311f..4d034f43d8 100644 --- a/packages/jest-config/src/__tests__/setFromArgv.test.ts +++ b/packages/jest-config/src/__tests__/setFromArgv.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/__tests__/stringToBytes.test.ts b/packages/jest-config/src/__tests__/stringToBytes.test.ts index 1bbb237336..bbd3932f84 100644 --- a/packages/jest-config/src/__tests__/stringToBytes.test.ts +++ b/packages/jest-config/src/__tests__/stringToBytes.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/__tests__/validatePattern.test.ts b/packages/jest-config/src/__tests__/validatePattern.test.ts index a357400bff..e664f70bfa 100644 --- a/packages/jest-config/src/__tests__/validatePattern.test.ts +++ b/packages/jest-config/src/__tests__/validatePattern.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/color.ts b/packages/jest-config/src/color.ts index dcb0534805..c9ff80d4c2 100644 --- a/packages/jest-config/src/color.ts +++ b/packages/jest-config/src/color.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/constants.ts b/packages/jest-config/src/constants.ts index c24a77233c..476874874e 100644 --- a/packages/jest-config/src/constants.ts +++ b/packages/jest-config/src/constants.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/getCacheDirectory.ts b/packages/jest-config/src/getCacheDirectory.ts index fca2f838d0..952b0802b9 100644 --- a/packages/jest-config/src/getCacheDirectory.ts +++ b/packages/jest-config/src/getCacheDirectory.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/getMaxWorkers.ts b/packages/jest-config/src/getMaxWorkers.ts index e40d47e700..f369dbb9a6 100644 --- a/packages/jest-config/src/getMaxWorkers.ts +++ b/packages/jest-config/src/getMaxWorkers.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/index.ts b/packages/jest-config/src/index.ts index 74585bad5d..cc133355bf 100644 --- a/packages/jest-config/src/index.ts +++ b/packages/jest-config/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/normalize.ts b/packages/jest-config/src/normalize.ts index 74d37be0cf..f271b737a2 100644 --- a/packages/jest-config/src/normalize.ts +++ b/packages/jest-config/src/normalize.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/parseShardPair.ts b/packages/jest-config/src/parseShardPair.ts index a9ac7c2e2a..4841f40db8 100644 --- a/packages/jest-config/src/parseShardPair.ts +++ b/packages/jest-config/src/parseShardPair.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/readConfigFileAndSetRootDir.ts b/packages/jest-config/src/readConfigFileAndSetRootDir.ts index a4496333ae..b48443f834 100644 --- a/packages/jest-config/src/readConfigFileAndSetRootDir.ts +++ b/packages/jest-config/src/readConfigFileAndSetRootDir.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/resolveConfigPath.ts b/packages/jest-config/src/resolveConfigPath.ts index a8a28de68a..4010ff8dc6 100644 --- a/packages/jest-config/src/resolveConfigPath.ts +++ b/packages/jest-config/src/resolveConfigPath.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/setFromArgv.ts b/packages/jest-config/src/setFromArgv.ts index 0a977d8f70..4ae630d638 100644 --- a/packages/jest-config/src/setFromArgv.ts +++ b/packages/jest-config/src/setFromArgv.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/stringToBytes.ts b/packages/jest-config/src/stringToBytes.ts index f9fa6d72b3..93891f2366 100644 --- a/packages/jest-config/src/stringToBytes.ts +++ b/packages/jest-config/src/stringToBytes.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/utils.ts b/packages/jest-config/src/utils.ts index c547e2de47..42d2bec624 100644 --- a/packages/jest-config/src/utils.ts +++ b/packages/jest-config/src/utils.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-config/src/validatePattern.ts b/packages/jest-config/src/validatePattern.ts index 59e310f2f5..90f3a2c3ab 100644 --- a/packages/jest-config/src/validatePattern.ts +++ b/packages/jest-config/src/validatePattern.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-console/src/BufferedConsole.ts b/packages/jest-console/src/BufferedConsole.ts index 930c680e92..b91117bf36 100644 --- a/packages/jest-console/src/BufferedConsole.ts +++ b/packages/jest-console/src/BufferedConsole.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-console/src/CustomConsole.ts b/packages/jest-console/src/CustomConsole.ts index eb34ffc367..04b23c0235 100644 --- a/packages/jest-console/src/CustomConsole.ts +++ b/packages/jest-console/src/CustomConsole.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-console/src/NullConsole.ts b/packages/jest-console/src/NullConsole.ts index 7ade28629a..a09db1627e 100644 --- a/packages/jest-console/src/NullConsole.ts +++ b/packages/jest-console/src/NullConsole.ts @@ -1,6 +1,6 @@ /* eslint-disable @typescript-eslint/no-empty-function */ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-console/src/__tests__/CustomConsole.test.ts b/packages/jest-console/src/__tests__/CustomConsole.test.ts index 6d81045f12..bcf675418b 100644 --- a/packages/jest-console/src/__tests__/CustomConsole.test.ts +++ b/packages/jest-console/src/__tests__/CustomConsole.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-console/src/__tests__/bufferedConsole.test.ts b/packages/jest-console/src/__tests__/bufferedConsole.test.ts index d1346547eb..bf6560c734 100644 --- a/packages/jest-console/src/__tests__/bufferedConsole.test.ts +++ b/packages/jest-console/src/__tests__/bufferedConsole.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-console/src/__tests__/getConsoleOutput.test.ts b/packages/jest-console/src/__tests__/getConsoleOutput.test.ts index 9223ceb28a..9ea96b543c 100644 --- a/packages/jest-console/src/__tests__/getConsoleOutput.test.ts +++ b/packages/jest-console/src/__tests__/getConsoleOutput.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-console/src/getConsoleOutput.ts b/packages/jest-console/src/getConsoleOutput.ts index c5c7abff75..3b60a927ca 100644 --- a/packages/jest-console/src/getConsoleOutput.ts +++ b/packages/jest-console/src/getConsoleOutput.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-console/src/index.ts b/packages/jest-console/src/index.ts index 65a362aa2e..2df550ea13 100644 --- a/packages/jest-console/src/index.ts +++ b/packages/jest-console/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-console/src/types.ts b/packages/jest-console/src/types.ts index c85bef6639..2ef0b80ead 100644 --- a/packages/jest-console/src/types.ts +++ b/packages/jest-console/src/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/FailedTestsCache.ts b/packages/jest-core/src/FailedTestsCache.ts index de125583e0..75179c5b37 100644 --- a/packages/jest-core/src/FailedTestsCache.ts +++ b/packages/jest-core/src/FailedTestsCache.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/FailedTestsInteractiveMode.ts b/packages/jest-core/src/FailedTestsInteractiveMode.ts index 892fdb36df..07caa78765 100644 --- a/packages/jest-core/src/FailedTestsInteractiveMode.ts +++ b/packages/jest-core/src/FailedTestsInteractiveMode.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/ReporterDispatcher.ts b/packages/jest-core/src/ReporterDispatcher.ts index a70691f5dd..b3683bbffb 100644 --- a/packages/jest-core/src/ReporterDispatcher.ts +++ b/packages/jest-core/src/ReporterDispatcher.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/SearchSource.ts b/packages/jest-core/src/SearchSource.ts index 0f9ab2712f..5428d71c7c 100644 --- a/packages/jest-core/src/SearchSource.ts +++ b/packages/jest-core/src/SearchSource.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/SnapshotInteractiveMode.ts b/packages/jest-core/src/SnapshotInteractiveMode.ts index 8239f9d38e..74b7b33c96 100644 --- a/packages/jest-core/src/SnapshotInteractiveMode.ts +++ b/packages/jest-core/src/SnapshotInteractiveMode.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/TestNamePatternPrompt.ts b/packages/jest-core/src/TestNamePatternPrompt.ts index 0449eaa8a6..bde2ace4df 100644 --- a/packages/jest-core/src/TestNamePatternPrompt.ts +++ b/packages/jest-core/src/TestNamePatternPrompt.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/TestPathPatternPrompt.ts b/packages/jest-core/src/TestPathPatternPrompt.ts index 86875cc1b3..716e395258 100644 --- a/packages/jest-core/src/TestPathPatternPrompt.ts +++ b/packages/jest-core/src/TestPathPatternPrompt.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/TestScheduler.ts b/packages/jest-core/src/TestScheduler.ts index 38dc47aded..708f5ae869 100644 --- a/packages/jest-core/src/TestScheduler.ts +++ b/packages/jest-core/src/TestScheduler.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/__tests__/FailedTestsCache.test.js b/packages/jest-core/src/__tests__/FailedTestsCache.test.js index 78bf35993b..d22ab08a15 100644 --- a/packages/jest-core/src/__tests__/FailedTestsCache.test.js +++ b/packages/jest-core/src/__tests__/FailedTestsCache.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/__tests__/FailedTestsInteractiveMode.test.js b/packages/jest-core/src/__tests__/FailedTestsInteractiveMode.test.js index 4e68db7e6f..253285a2b4 100644 --- a/packages/jest-core/src/__tests__/FailedTestsInteractiveMode.test.js +++ b/packages/jest-core/src/__tests__/FailedTestsInteractiveMode.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/__tests__/SearchSource.test.ts b/packages/jest-core/src/__tests__/SearchSource.test.ts index 04e609ad26..575bceffea 100644 --- a/packages/jest-core/src/__tests__/SearchSource.test.ts +++ b/packages/jest-core/src/__tests__/SearchSource.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/__tests__/SnapshotInteractiveMode.test.js b/packages/jest-core/src/__tests__/SnapshotInteractiveMode.test.js index c9f2f8d0ef..4ec27296fb 100644 --- a/packages/jest-core/src/__tests__/SnapshotInteractiveMode.test.js +++ b/packages/jest-core/src/__tests__/SnapshotInteractiveMode.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/__tests__/TestScheduler.test.js b/packages/jest-core/src/__tests__/TestScheduler.test.js index d50517f341..e3e0eb34db 100644 --- a/packages/jest-core/src/__tests__/TestScheduler.test.js +++ b/packages/jest-core/src/__tests__/TestScheduler.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/__tests__/__fixtures__/watchPluginThrows.js b/packages/jest-core/src/__tests__/__fixtures__/watchPluginThrows.js index 5d723c5c52..77dcd68dbe 100644 --- a/packages/jest-core/src/__tests__/__fixtures__/watchPluginThrows.js +++ b/packages/jest-core/src/__tests__/__fixtures__/watchPluginThrows.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/__tests__/collectHandles.test.js b/packages/jest-core/src/__tests__/collectHandles.test.js index db56aeff21..836e83dd05 100644 --- a/packages/jest-core/src/__tests__/collectHandles.test.js +++ b/packages/jest-core/src/__tests__/collectHandles.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/__tests__/getNoTestsFoundMessage.test.ts b/packages/jest-core/src/__tests__/getNoTestsFoundMessage.test.ts index 7de432085d..994db8068d 100644 --- a/packages/jest-core/src/__tests__/getNoTestsFoundMessage.test.ts +++ b/packages/jest-core/src/__tests__/getNoTestsFoundMessage.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/__tests__/globals.test.ts b/packages/jest-core/src/__tests__/globals.test.ts index a6fa329a1d..4353f9b785 100644 --- a/packages/jest-core/src/__tests__/globals.test.ts +++ b/packages/jest-core/src/__tests__/globals.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/__tests__/runJest.test.js b/packages/jest-core/src/__tests__/runJest.test.js index daa74b5ac4..7661503ae9 100644 --- a/packages/jest-core/src/__tests__/runJest.test.js +++ b/packages/jest-core/src/__tests__/runJest.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/__tests__/testSchedulerHelper.test.js b/packages/jest-core/src/__tests__/testSchedulerHelper.test.js index d3cc137013..82e988803d 100644 --- a/packages/jest-core/src/__tests__/testSchedulerHelper.test.js +++ b/packages/jest-core/src/__tests__/testSchedulerHelper.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/__tests__/test_root/__testtests__/test.foobar b/packages/jest-core/src/__tests__/test_root/__testtests__/test.foobar index d89ff1cc33..9d93a3d109 100644 --- a/packages/jest-core/src/__tests__/test_root/__testtests__/test.foobar +++ b/packages/jest-core/src/__tests__/test_root/__testtests__/test.foobar @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/__tests__/test_root/__testtests__/test.js b/packages/jest-core/src/__tests__/test_root/__testtests__/test.js index 4c43c5b1b0..9bf80043c2 100644 --- a/packages/jest-core/src/__tests__/test_root/__testtests__/test.js +++ b/packages/jest-core/src/__tests__/test_root/__testtests__/test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/__tests__/test_root/__testtests__/test.jsx b/packages/jest-core/src/__tests__/test_root/__testtests__/test.jsx index d529f0d553..0caa4e69d4 100644 --- a/packages/jest-core/src/__tests__/test_root/__testtests__/test.jsx +++ b/packages/jest-core/src/__tests__/test_root/__testtests__/test.jsx @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/__tests__/test_root/module.foobar b/packages/jest-core/src/__tests__/test_root/module.foobar index ccd3fe919e..8b49e98fb0 100644 --- a/packages/jest-core/src/__tests__/test_root/module.foobar +++ b/packages/jest-core/src/__tests__/test_root/module.foobar @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/__tests__/test_root/module.jsx b/packages/jest-core/src/__tests__/test_root/module.jsx index d9d2a3f4bc..6247c39354 100644 --- a/packages/jest-core/src/__tests__/test_root/module.jsx +++ b/packages/jest-core/src/__tests__/test_root/module.jsx @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/__tests__/test_root/noTests.js b/packages/jest-core/src/__tests__/test_root/noTests.js index 26299e28a9..12f5c951ce 100644 --- a/packages/jest-core/src/__tests__/test_root/noTests.js +++ b/packages/jest-core/src/__tests__/test_root/noTests.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/__tests__/test_root_with_(parentheses)/__testtests__/test.js b/packages/jest-core/src/__tests__/test_root_with_(parentheses)/__testtests__/test.js index 4c43c5b1b0..9bf80043c2 100644 --- a/packages/jest-core/src/__tests__/test_root_with_(parentheses)/__testtests__/test.js +++ b/packages/jest-core/src/__tests__/test_root_with_(parentheses)/__testtests__/test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/__tests__/test_root_with_(parentheses)/module.jsx b/packages/jest-core/src/__tests__/test_root_with_(parentheses)/module.jsx index d9d2a3f4bc..6247c39354 100644 --- a/packages/jest-core/src/__tests__/test_root_with_(parentheses)/module.jsx +++ b/packages/jest-core/src/__tests__/test_root_with_(parentheses)/module.jsx @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/__tests__/watch.test.js b/packages/jest-core/src/__tests__/watch.test.js index a8e505a8f4..46988831d6 100644 --- a/packages/jest-core/src/__tests__/watch.test.js +++ b/packages/jest-core/src/__tests__/watch.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/__tests__/watchFileChanges.test.ts b/packages/jest-core/src/__tests__/watchFileChanges.test.ts index 4ed78ec942..4a50bcacf2 100644 --- a/packages/jest-core/src/__tests__/watchFileChanges.test.ts +++ b/packages/jest-core/src/__tests__/watchFileChanges.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/__tests__/watchFilenamePatternMode.test.js b/packages/jest-core/src/__tests__/watchFilenamePatternMode.test.js index fd636625d4..0823be0592 100644 --- a/packages/jest-core/src/__tests__/watchFilenamePatternMode.test.js +++ b/packages/jest-core/src/__tests__/watchFilenamePatternMode.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/__tests__/watchTestNamePatternMode.test.js b/packages/jest-core/src/__tests__/watchTestNamePatternMode.test.js index 1a8f525494..c2a7f6d6c9 100644 --- a/packages/jest-core/src/__tests__/watchTestNamePatternMode.test.js +++ b/packages/jest-core/src/__tests__/watchTestNamePatternMode.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/cli/index.ts b/packages/jest-core/src/cli/index.ts index b9ac488c32..e2509a164b 100644 --- a/packages/jest-core/src/cli/index.ts +++ b/packages/jest-core/src/cli/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/collectHandles.ts b/packages/jest-core/src/collectHandles.ts index f5e79eafed..a88d58ffdb 100644 --- a/packages/jest-core/src/collectHandles.ts +++ b/packages/jest-core/src/collectHandles.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/getChangedFilesPromise.ts b/packages/jest-core/src/getChangedFilesPromise.ts index c31031dd84..251defed60 100644 --- a/packages/jest-core/src/getChangedFilesPromise.ts +++ b/packages/jest-core/src/getChangedFilesPromise.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/getConfigsOfProjectsToRun.ts b/packages/jest-core/src/getConfigsOfProjectsToRun.ts index 75542c3d2e..e53247f4f5 100644 --- a/packages/jest-core/src/getConfigsOfProjectsToRun.ts +++ b/packages/jest-core/src/getConfigsOfProjectsToRun.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/getNoTestFound.ts b/packages/jest-core/src/getNoTestFound.ts index 5a8dbf2b95..3ccef939e0 100644 --- a/packages/jest-core/src/getNoTestFound.ts +++ b/packages/jest-core/src/getNoTestFound.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/getNoTestFoundFailed.ts b/packages/jest-core/src/getNoTestFoundFailed.ts index 7e430695d4..acab5c62a8 100644 --- a/packages/jest-core/src/getNoTestFoundFailed.ts +++ b/packages/jest-core/src/getNoTestFoundFailed.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/getNoTestFoundPassWithNoTests.ts b/packages/jest-core/src/getNoTestFoundPassWithNoTests.ts index 174b1af143..768a18e96f 100644 --- a/packages/jest-core/src/getNoTestFoundPassWithNoTests.ts +++ b/packages/jest-core/src/getNoTestFoundPassWithNoTests.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/getNoTestFoundRelatedToChangedFiles.ts b/packages/jest-core/src/getNoTestFoundRelatedToChangedFiles.ts index 00b319311d..995153f2f2 100644 --- a/packages/jest-core/src/getNoTestFoundRelatedToChangedFiles.ts +++ b/packages/jest-core/src/getNoTestFoundRelatedToChangedFiles.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/getNoTestFoundVerbose.ts b/packages/jest-core/src/getNoTestFoundVerbose.ts index f65fe85930..d7d3f71a84 100644 --- a/packages/jest-core/src/getNoTestFoundVerbose.ts +++ b/packages/jest-core/src/getNoTestFoundVerbose.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/getNoTestsFoundMessage.ts b/packages/jest-core/src/getNoTestsFoundMessage.ts index f3e6298067..d723513821 100644 --- a/packages/jest-core/src/getNoTestsFoundMessage.ts +++ b/packages/jest-core/src/getNoTestsFoundMessage.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/getProjectDisplayName.ts b/packages/jest-core/src/getProjectDisplayName.ts index b903c6e35e..a28e855bd9 100644 --- a/packages/jest-core/src/getProjectDisplayName.ts +++ b/packages/jest-core/src/getProjectDisplayName.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/getProjectNamesMissingWarning.ts b/packages/jest-core/src/getProjectNamesMissingWarning.ts index 947955dfef..6a6e1cf145 100644 --- a/packages/jest-core/src/getProjectNamesMissingWarning.ts +++ b/packages/jest-core/src/getProjectNamesMissingWarning.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/getSelectProjectsMessage.ts b/packages/jest-core/src/getSelectProjectsMessage.ts index b8a3a9f40c..0d67295c32 100644 --- a/packages/jest-core/src/getSelectProjectsMessage.ts +++ b/packages/jest-core/src/getSelectProjectsMessage.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/index.ts b/packages/jest-core/src/index.ts index 17a839d33c..df1ea60704 100644 --- a/packages/jest-core/src/index.ts +++ b/packages/jest-core/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/lib/__tests__/isValidPath.test.ts b/packages/jest-core/src/lib/__tests__/isValidPath.test.ts index aa4c570065..889e5a0bf3 100644 --- a/packages/jest-core/src/lib/__tests__/isValidPath.test.ts +++ b/packages/jest-core/src/lib/__tests__/isValidPath.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts b/packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts index cbe9afd381..fa4c4910ad 100644 --- a/packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts +++ b/packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/lib/activeFiltersMessage.ts b/packages/jest-core/src/lib/activeFiltersMessage.ts index c26e193105..d7aa9c3377 100644 --- a/packages/jest-core/src/lib/activeFiltersMessage.ts +++ b/packages/jest-core/src/lib/activeFiltersMessage.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/lib/createContext.ts b/packages/jest-core/src/lib/createContext.ts index 29baed1277..ac8f0ba385 100644 --- a/packages/jest-core/src/lib/createContext.ts +++ b/packages/jest-core/src/lib/createContext.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/lib/handleDeprecationWarnings.ts b/packages/jest-core/src/lib/handleDeprecationWarnings.ts index afca7c949d..9cd0fd62ef 100644 --- a/packages/jest-core/src/lib/handleDeprecationWarnings.ts +++ b/packages/jest-core/src/lib/handleDeprecationWarnings.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/lib/isValidPath.ts b/packages/jest-core/src/lib/isValidPath.ts index d088c9904e..f29536f7fa 100644 --- a/packages/jest-core/src/lib/isValidPath.ts +++ b/packages/jest-core/src/lib/isValidPath.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/lib/logDebugMessages.ts b/packages/jest-core/src/lib/logDebugMessages.ts index 0b37782e59..5623d51d49 100644 --- a/packages/jest-core/src/lib/logDebugMessages.ts +++ b/packages/jest-core/src/lib/logDebugMessages.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/lib/updateGlobalConfig.ts b/packages/jest-core/src/lib/updateGlobalConfig.ts index 65c1366284..a819903587 100644 --- a/packages/jest-core/src/lib/updateGlobalConfig.ts +++ b/packages/jest-core/src/lib/updateGlobalConfig.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/lib/watchPluginsHelpers.ts b/packages/jest-core/src/lib/watchPluginsHelpers.ts index 0da6d432d1..08cf4cae06 100644 --- a/packages/jest-core/src/lib/watchPluginsHelpers.ts +++ b/packages/jest-core/src/lib/watchPluginsHelpers.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/plugins/FailedTestsInteractive.ts b/packages/jest-core/src/plugins/FailedTestsInteractive.ts index fa0853be55..08985b8faf 100644 --- a/packages/jest-core/src/plugins/FailedTestsInteractive.ts +++ b/packages/jest-core/src/plugins/FailedTestsInteractive.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/plugins/Quit.ts b/packages/jest-core/src/plugins/Quit.ts index c35e654565..e1f332e744 100644 --- a/packages/jest-core/src/plugins/Quit.ts +++ b/packages/jest-core/src/plugins/Quit.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/plugins/TestNamePattern.ts b/packages/jest-core/src/plugins/TestNamePattern.ts index ea3ff104ac..e128fc89c9 100644 --- a/packages/jest-core/src/plugins/TestNamePattern.ts +++ b/packages/jest-core/src/plugins/TestNamePattern.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/plugins/TestPathPattern.ts b/packages/jest-core/src/plugins/TestPathPattern.ts index d8c2137c02..a57d76488f 100644 --- a/packages/jest-core/src/plugins/TestPathPattern.ts +++ b/packages/jest-core/src/plugins/TestPathPattern.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/plugins/UpdateSnapshots.ts b/packages/jest-core/src/plugins/UpdateSnapshots.ts index d783a091bd..b67421304d 100644 --- a/packages/jest-core/src/plugins/UpdateSnapshots.ts +++ b/packages/jest-core/src/plugins/UpdateSnapshots.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/plugins/UpdateSnapshotsInteractive.ts b/packages/jest-core/src/plugins/UpdateSnapshotsInteractive.ts index 58a3272292..8d135f55ec 100644 --- a/packages/jest-core/src/plugins/UpdateSnapshotsInteractive.ts +++ b/packages/jest-core/src/plugins/UpdateSnapshotsInteractive.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/plugins/__tests__/FailedTestsInteractive.test.js b/packages/jest-core/src/plugins/__tests__/FailedTestsInteractive.test.js index f832754023..c416c423d1 100644 --- a/packages/jest-core/src/plugins/__tests__/FailedTestsInteractive.test.js +++ b/packages/jest-core/src/plugins/__tests__/FailedTestsInteractive.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/pluralize.ts b/packages/jest-core/src/pluralize.ts index 2e0dadda77..c9b0413ddd 100644 --- a/packages/jest-core/src/pluralize.ts +++ b/packages/jest-core/src/pluralize.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/runGlobalHook.ts b/packages/jest-core/src/runGlobalHook.ts index 80440e59f9..53dced982b 100644 --- a/packages/jest-core/src/runGlobalHook.ts +++ b/packages/jest-core/src/runGlobalHook.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/runJest.ts b/packages/jest-core/src/runJest.ts index 640407a0f6..b3098231c3 100644 --- a/packages/jest-core/src/runJest.ts +++ b/packages/jest-core/src/runJest.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/testSchedulerHelper.ts b/packages/jest-core/src/testSchedulerHelper.ts index a913b3958c..1f7f691d81 100644 --- a/packages/jest-core/src/testSchedulerHelper.ts +++ b/packages/jest-core/src/testSchedulerHelper.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/types.ts b/packages/jest-core/src/types.ts index 98119f1c63..378cfde497 100644 --- a/packages/jest-core/src/types.ts +++ b/packages/jest-core/src/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/version.ts b/packages/jest-core/src/version.ts index 868603aed1..1a1e6105c9 100644 --- a/packages/jest-core/src/version.ts +++ b/packages/jest-core/src/version.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-core/src/watch.ts b/packages/jest-core/src/watch.ts index 84fbd3e2a6..5671e2b5be 100644 --- a/packages/jest-core/src/watch.ts +++ b/packages/jest-core/src/watch.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-create-cache-key-function/src/__tests__/index.test.ts b/packages/jest-create-cache-key-function/src/__tests__/index.test.ts index 15edc0fb3d..5a026a091f 100644 --- a/packages/jest-create-cache-key-function/src/__tests__/index.test.ts +++ b/packages/jest-create-cache-key-function/src/__tests__/index.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-create-cache-key-function/src/index.ts b/packages/jest-create-cache-key-function/src/index.ts index 4c056f30e0..f3cce222d3 100644 --- a/packages/jest-create-cache-key-function/src/index.ts +++ b/packages/jest-create-cache-key-function/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-diff/src/__tests__/diff.test.ts b/packages/jest-diff/src/__tests__/diff.test.ts index 6c2b40bb7c..0493190626 100644 --- a/packages/jest-diff/src/__tests__/diff.test.ts +++ b/packages/jest-diff/src/__tests__/diff.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-diff/src/__tests__/diffStringsRaw.test.ts b/packages/jest-diff/src/__tests__/diffStringsRaw.test.ts index 330310b58f..47620b7b21 100644 --- a/packages/jest-diff/src/__tests__/diffStringsRaw.test.ts +++ b/packages/jest-diff/src/__tests__/diffStringsRaw.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-diff/src/__tests__/getAlignedDiffs.test.ts b/packages/jest-diff/src/__tests__/getAlignedDiffs.test.ts index aac2e0a51f..8e12b1fb81 100644 --- a/packages/jest-diff/src/__tests__/getAlignedDiffs.test.ts +++ b/packages/jest-diff/src/__tests__/getAlignedDiffs.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-diff/src/__tests__/joinAlignedDiffs.test.ts b/packages/jest-diff/src/__tests__/joinAlignedDiffs.test.ts index 52553f3dc1..c435c2f2e1 100644 --- a/packages/jest-diff/src/__tests__/joinAlignedDiffs.test.ts +++ b/packages/jest-diff/src/__tests__/joinAlignedDiffs.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-diff/src/constants.ts b/packages/jest-diff/src/constants.ts index b031eacbb5..f440b7815b 100644 --- a/packages/jest-diff/src/constants.ts +++ b/packages/jest-diff/src/constants.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-diff/src/diffLines.ts b/packages/jest-diff/src/diffLines.ts index 361975abed..302445472d 100644 --- a/packages/jest-diff/src/diffLines.ts +++ b/packages/jest-diff/src/diffLines.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-diff/src/diffStrings.ts b/packages/jest-diff/src/diffStrings.ts index b88bd3b93e..aed83e4be1 100644 --- a/packages/jest-diff/src/diffStrings.ts +++ b/packages/jest-diff/src/diffStrings.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-diff/src/getAlignedDiffs.ts b/packages/jest-diff/src/getAlignedDiffs.ts index 0dc010b38e..fe22d66d1f 100644 --- a/packages/jest-diff/src/getAlignedDiffs.ts +++ b/packages/jest-diff/src/getAlignedDiffs.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-diff/src/index.ts b/packages/jest-diff/src/index.ts index 1c4f68fcbb..09cf306815 100644 --- a/packages/jest-diff/src/index.ts +++ b/packages/jest-diff/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-diff/src/joinAlignedDiffs.ts b/packages/jest-diff/src/joinAlignedDiffs.ts index ac5d981d1f..0568033c7f 100644 --- a/packages/jest-diff/src/joinAlignedDiffs.ts +++ b/packages/jest-diff/src/joinAlignedDiffs.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-diff/src/normalizeDiffOptions.ts b/packages/jest-diff/src/normalizeDiffOptions.ts index 5e7cb9336e..3072bea015 100644 --- a/packages/jest-diff/src/normalizeDiffOptions.ts +++ b/packages/jest-diff/src/normalizeDiffOptions.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-diff/src/printDiffs.ts b/packages/jest-diff/src/printDiffs.ts index b6cb0b0ac6..b32acd5c90 100644 --- a/packages/jest-diff/src/printDiffs.ts +++ b/packages/jest-diff/src/printDiffs.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-diff/src/types.ts b/packages/jest-diff/src/types.ts index da33eb3131..8e09ca357c 100644 --- a/packages/jest-diff/src/types.ts +++ b/packages/jest-diff/src/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-docblock/src/__tests__/index.test.ts b/packages/jest-docblock/src/__tests__/index.test.ts index 02b203ef35..c535add0bd 100644 --- a/packages/jest-docblock/src/__tests__/index.test.ts +++ b/packages/jest-docblock/src/__tests__/index.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -86,7 +86,7 @@ describe('docblock', () => { it('parses directives out of a docblock with comments', () => { const code = `/**${EOL}` + - ` * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.${EOL}` + + ` * Copyright (c) Meta Platforms, Inc. and affiliates.${EOL}` + ` * @team foo${EOL}` + ` * @css a b${EOL}` + ` *${EOL}` + @@ -111,7 +111,7 @@ describe('docblock', () => { it('parses multiline directives', () => { const code = `/**${EOL}` + - ` * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.${EOL}` + + ` * Copyright (c) Meta Platforms, Inc. and affiliates.${EOL}` + ` * @class A long declaration of a class${EOL}` + ` * goes here, so we can read it and enjoy${EOL}` + ` *${EOL}` + @@ -129,7 +129,7 @@ describe('docblock', () => { it('parses multiline directives even if there are linecomments within the docblock', () => { const code = `/**${EOL}` + - ` * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.${EOL}` + + ` * Copyright (c) Meta Platforms, Inc. and affiliates.${EOL}` + ` * @class A long declaration of a class${EOL}` + ` * goes here, so we can read it and enjoy${EOL}` + ` *${EOL}` + @@ -138,7 +138,7 @@ describe('docblock', () => { '// heres a comment' + ' */'; expect(docblock.parseWithComments(code)).toEqual({ - comments: `Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.${EOL}${EOL}And some license here${EOL}// heres a comment`, + comments: `Copyright (c) Meta Platforms, Inc. and affiliates.${EOL}${EOL}And some license here${EOL}// heres a comment`, pragmas: { class: 'A long declaration of a class goes here, ' + @@ -300,8 +300,7 @@ describe('docblock', () => { it('prints docblocks with comments and no keys', () => { const pragmas = {}; - const comments = - 'Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.'; + const comments = 'Copyright (c) Meta Platforms, Inc. and affiliates.'; expect(docblock.print({comments, pragmas})).toBe( `/**${EOL} * ${comments}${EOL} */`, ); diff --git a/packages/jest-docblock/src/index.ts b/packages/jest-docblock/src/index.ts index 82b3b17813..cc3387666a 100644 --- a/packages/jest-docblock/src/index.ts +++ b/packages/jest-docblock/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-each/src/__tests__/array.test.ts b/packages/jest-each/src/__tests__/array.test.ts index 0912dc6d0e..444f7c3676 100644 --- a/packages/jest-each/src/__tests__/array.test.ts +++ b/packages/jest-each/src/__tests__/array.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-each/src/__tests__/index.test.ts b/packages/jest-each/src/__tests__/index.test.ts index b2d5c7bec1..3d8b19b9e8 100644 --- a/packages/jest-each/src/__tests__/index.test.ts +++ b/packages/jest-each/src/__tests__/index.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-each/src/__tests__/template.test.ts b/packages/jest-each/src/__tests__/template.test.ts index aa77e902b2..349087c5b1 100644 --- a/packages/jest-each/src/__tests__/template.test.ts +++ b/packages/jest-each/src/__tests__/template.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-each/src/bind.ts b/packages/jest-each/src/bind.ts index 9a1bae8085..a511245671 100644 --- a/packages/jest-each/src/bind.ts +++ b/packages/jest-each/src/bind.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-each/src/index.ts b/packages/jest-each/src/index.ts index 529a17eca1..72ac4ed571 100644 --- a/packages/jest-each/src/index.ts +++ b/packages/jest-each/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-each/src/table/array.ts b/packages/jest-each/src/table/array.ts index 7fb027a451..4a90b8a76d 100644 --- a/packages/jest-each/src/table/array.ts +++ b/packages/jest-each/src/table/array.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-each/src/table/interpolation.ts b/packages/jest-each/src/table/interpolation.ts index 929ceedbbc..ac2b88a456 100644 --- a/packages/jest-each/src/table/interpolation.ts +++ b/packages/jest-each/src/table/interpolation.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-each/src/table/template.ts b/packages/jest-each/src/table/template.ts index 694bcacbd4..d913891851 100644 --- a/packages/jest-each/src/table/template.ts +++ b/packages/jest-each/src/table/template.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-each/src/validation.ts b/packages/jest-each/src/validation.ts index a2b0088cb2..0c58d18df0 100644 --- a/packages/jest-each/src/validation.ts +++ b/packages/jest-each/src/validation.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-environment-jsdom/src/__tests__/jsdom_environment.test.ts b/packages/jest-environment-jsdom/src/__tests__/jsdom_environment.test.ts index 88aae3fb5e..5b480a1a52 100644 --- a/packages/jest-environment-jsdom/src/__tests__/jsdom_environment.test.ts +++ b/packages/jest-environment-jsdom/src/__tests__/jsdom_environment.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-environment-jsdom/src/index.ts b/packages/jest-environment-jsdom/src/index.ts index f71f350bec..96791c2a08 100644 --- a/packages/jest-environment-jsdom/src/index.ts +++ b/packages/jest-environment-jsdom/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-environment-node/src/__tests__/node_environment.test.ts b/packages/jest-environment-node/src/__tests__/node_environment.test.ts index 47b385249f..7e4254ebbe 100644 --- a/packages/jest-environment-node/src/__tests__/node_environment.test.ts +++ b/packages/jest-environment-node/src/__tests__/node_environment.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-environment-node/src/index.ts b/packages/jest-environment-node/src/index.ts index e462c8f585..6d7da8c2f5 100644 --- a/packages/jest-environment-node/src/index.ts +++ b/packages/jest-environment-node/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-environment/src/index.ts b/packages/jest-environment/src/index.ts index 06df69671e..f503703519 100644 --- a/packages/jest-environment/src/index.ts +++ b/packages/jest-environment/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-expect/__typetests__/jest-expect.test.ts b/packages/jest-expect/__typetests__/jest-expect.test.ts index 1620323fab..b576aa2e2c 100644 --- a/packages/jest-expect/__typetests__/jest-expect.test.ts +++ b/packages/jest-expect/__typetests__/jest-expect.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-expect/src/index.ts b/packages/jest-expect/src/index.ts index 424dc0a476..b9c865613e 100644 --- a/packages/jest-expect/src/index.ts +++ b/packages/jest-expect/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-expect/src/types.ts b/packages/jest-expect/src/types.ts index d1ba64a7f6..35cd086ee9 100644 --- a/packages/jest-expect/src/types.ts +++ b/packages/jest-expect/src/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-fake-timers/src/__tests__/legacyFakeTimers.test.ts b/packages/jest-fake-timers/src/__tests__/legacyFakeTimers.test.ts index b1921b856d..13e2dcb4e3 100644 --- a/packages/jest-fake-timers/src/__tests__/legacyFakeTimers.test.ts +++ b/packages/jest-fake-timers/src/__tests__/legacyFakeTimers.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-fake-timers/src/__tests__/modernFakeTimers.test.ts b/packages/jest-fake-timers/src/__tests__/modernFakeTimers.test.ts index 65cad21ccf..72afd53bfd 100644 --- a/packages/jest-fake-timers/src/__tests__/modernFakeTimers.test.ts +++ b/packages/jest-fake-timers/src/__tests__/modernFakeTimers.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-fake-timers/src/__tests__/sinon-integration.test.ts b/packages/jest-fake-timers/src/__tests__/sinon-integration.test.ts index c845bad256..ebcb4dbea2 100644 --- a/packages/jest-fake-timers/src/__tests__/sinon-integration.test.ts +++ b/packages/jest-fake-timers/src/__tests__/sinon-integration.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-fake-timers/src/index.ts b/packages/jest-fake-timers/src/index.ts index 8e4daf764d..95290b87d9 100644 --- a/packages/jest-fake-timers/src/index.ts +++ b/packages/jest-fake-timers/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-fake-timers/src/legacyFakeTimers.ts b/packages/jest-fake-timers/src/legacyFakeTimers.ts index b25653b44c..f04e12083b 100644 --- a/packages/jest-fake-timers/src/legacyFakeTimers.ts +++ b/packages/jest-fake-timers/src/legacyFakeTimers.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-fake-timers/src/modernFakeTimers.ts b/packages/jest-fake-timers/src/modernFakeTimers.ts index 42d495b688..f1178707ec 100644 --- a/packages/jest-fake-timers/src/modernFakeTimers.ts +++ b/packages/jest-fake-timers/src/modernFakeTimers.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-get-type/src/__tests__/getType.test.ts b/packages/jest-get-type/src/__tests__/getType.test.ts index 9a38e889c7..c3d7e4ead2 100644 --- a/packages/jest-get-type/src/__tests__/getType.test.ts +++ b/packages/jest-get-type/src/__tests__/getType.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-get-type/src/__tests__/isPrimitive.test.ts b/packages/jest-get-type/src/__tests__/isPrimitive.test.ts index 7d599a7ba4..075788d1f7 100644 --- a/packages/jest-get-type/src/__tests__/isPrimitive.test.ts +++ b/packages/jest-get-type/src/__tests__/isPrimitive.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-get-type/src/index.ts b/packages/jest-get-type/src/index.ts index 0b6b501610..90ed51646b 100644 --- a/packages/jest-get-type/src/index.ts +++ b/packages/jest-get-type/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-globals/src/__tests__/index.ts b/packages/jest-globals/src/__tests__/index.ts index 47a7a8cab6..bcb0651150 100644 --- a/packages/jest-globals/src/__tests__/index.ts +++ b/packages/jest-globals/src/__tests__/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-globals/src/index.ts b/packages/jest-globals/src/index.ts index 1cf9965afc..51fe91489d 100644 --- a/packages/jest-globals/src/index.ts +++ b/packages/jest-globals/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/HasteFS.ts b/packages/jest-haste-map/src/HasteFS.ts index 3fc1144c97..c8b01dac68 100644 --- a/packages/jest-haste-map/src/HasteFS.ts +++ b/packages/jest-haste-map/src/HasteFS.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/ModuleMap.ts b/packages/jest-haste-map/src/ModuleMap.ts index 59fd776011..94e3559012 100644 --- a/packages/jest-haste-map/src/ModuleMap.ts +++ b/packages/jest-haste-map/src/ModuleMap.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/__tests__/dependencyExtractor.js b/packages/jest-haste-map/src/__tests__/dependencyExtractor.js index 1a8767af59..166b3d1217 100644 --- a/packages/jest-haste-map/src/__tests__/dependencyExtractor.js +++ b/packages/jest-haste-map/src/__tests__/dependencyExtractor.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/__tests__/get_mock_name.test.js b/packages/jest-haste-map/src/__tests__/get_mock_name.test.js index 7afe3edd69..dc4cd21c1c 100644 --- a/packages/jest-haste-map/src/__tests__/get_mock_name.test.js +++ b/packages/jest-haste-map/src/__tests__/get_mock_name.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/__tests__/haste_impl.js b/packages/jest-haste-map/src/__tests__/haste_impl.js index e227d2c6e0..53200279be 100644 --- a/packages/jest-haste-map/src/__tests__/haste_impl.js +++ b/packages/jest-haste-map/src/__tests__/haste_impl.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/__tests__/includes_dotfiles.test.ts b/packages/jest-haste-map/src/__tests__/includes_dotfiles.test.ts index d05545f1f0..ecafbf013e 100644 --- a/packages/jest-haste-map/src/__tests__/includes_dotfiles.test.ts +++ b/packages/jest-haste-map/src/__tests__/includes_dotfiles.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/__tests__/index.test.js b/packages/jest-haste-map/src/__tests__/index.test.js index 013de89711..825c9f548e 100644 --- a/packages/jest-haste-map/src/__tests__/index.test.js +++ b/packages/jest-haste-map/src/__tests__/index.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/__tests__/test_dotfiles_root/.eslintrc.js b/packages/jest-haste-map/src/__tests__/test_dotfiles_root/.eslintrc.js index b6861b5fb2..a265a953ee 100644 --- a/packages/jest-haste-map/src/__tests__/test_dotfiles_root/.eslintrc.js +++ b/packages/jest-haste-map/src/__tests__/test_dotfiles_root/.eslintrc.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/__tests__/test_dotfiles_root/index.js b/packages/jest-haste-map/src/__tests__/test_dotfiles_root/index.js index b6861b5fb2..a265a953ee 100644 --- a/packages/jest-haste-map/src/__tests__/test_dotfiles_root/index.js +++ b/packages/jest-haste-map/src/__tests__/test_dotfiles_root/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/__tests__/worker.test.js b/packages/jest-haste-map/src/__tests__/worker.test.js index 5b4f85ceac..2000b1adf7 100644 --- a/packages/jest-haste-map/src/__tests__/worker.test.js +++ b/packages/jest-haste-map/src/__tests__/worker.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/blacklist.ts b/packages/jest-haste-map/src/blacklist.ts index caead002ea..c272c99581 100644 --- a/packages/jest-haste-map/src/blacklist.ts +++ b/packages/jest-haste-map/src/blacklist.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/constants.ts b/packages/jest-haste-map/src/constants.ts index f2274e87d8..f26ca78515 100644 --- a/packages/jest-haste-map/src/constants.ts +++ b/packages/jest-haste-map/src/constants.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/crawlers/__tests__/node.test.js b/packages/jest-haste-map/src/crawlers/__tests__/node.test.js index d5bb7bf9a3..2439c97b0c 100644 --- a/packages/jest-haste-map/src/crawlers/__tests__/node.test.js +++ b/packages/jest-haste-map/src/crawlers/__tests__/node.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/crawlers/__tests__/watchman.test.js b/packages/jest-haste-map/src/crawlers/__tests__/watchman.test.js index 777a5ed2ef..77c0f5672e 100644 --- a/packages/jest-haste-map/src/crawlers/__tests__/watchman.test.js +++ b/packages/jest-haste-map/src/crawlers/__tests__/watchman.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/crawlers/node.ts b/packages/jest-haste-map/src/crawlers/node.ts index ab2d9046cc..014fef8a1a 100644 --- a/packages/jest-haste-map/src/crawlers/node.ts +++ b/packages/jest-haste-map/src/crawlers/node.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/crawlers/watchman.ts b/packages/jest-haste-map/src/crawlers/watchman.ts index 1fbe14c346..ef5b63ca00 100644 --- a/packages/jest-haste-map/src/crawlers/watchman.ts +++ b/packages/jest-haste-map/src/crawlers/watchman.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/getMockName.ts b/packages/jest-haste-map/src/getMockName.ts index 20e7846840..ac5eb78eed 100644 --- a/packages/jest-haste-map/src/getMockName.ts +++ b/packages/jest-haste-map/src/getMockName.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/index.ts b/packages/jest-haste-map/src/index.ts index e4ddf1e1f8..82ec7fbda4 100644 --- a/packages/jest-haste-map/src/index.ts +++ b/packages/jest-haste-map/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/lib/__tests__/dependencyExtractor.test.js b/packages/jest-haste-map/src/lib/__tests__/dependencyExtractor.test.js index 84f42db86d..2fe56e4ce6 100644 --- a/packages/jest-haste-map/src/lib/__tests__/dependencyExtractor.test.js +++ b/packages/jest-haste-map/src/lib/__tests__/dependencyExtractor.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/lib/__tests__/fast_path.test.js b/packages/jest-haste-map/src/lib/__tests__/fast_path.test.js index 6fb5916976..33a81154e9 100644 --- a/packages/jest-haste-map/src/lib/__tests__/fast_path.test.js +++ b/packages/jest-haste-map/src/lib/__tests__/fast_path.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/lib/__tests__/getPlatformExtension.test.js b/packages/jest-haste-map/src/lib/__tests__/getPlatformExtension.test.js index bfbdadc4fa..19810967bb 100644 --- a/packages/jest-haste-map/src/lib/__tests__/getPlatformExtension.test.js +++ b/packages/jest-haste-map/src/lib/__tests__/getPlatformExtension.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/lib/__tests__/isWatchmanInstalled.test.js b/packages/jest-haste-map/src/lib/__tests__/isWatchmanInstalled.test.js index e2f9d35b38..fe4c96899d 100644 --- a/packages/jest-haste-map/src/lib/__tests__/isWatchmanInstalled.test.js +++ b/packages/jest-haste-map/src/lib/__tests__/isWatchmanInstalled.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/lib/__tests__/normalizePathSep.test.js b/packages/jest-haste-map/src/lib/__tests__/normalizePathSep.test.js index 858f5bbc64..18635b7648 100644 --- a/packages/jest-haste-map/src/lib/__tests__/normalizePathSep.test.js +++ b/packages/jest-haste-map/src/lib/__tests__/normalizePathSep.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/lib/dependencyExtractor.ts b/packages/jest-haste-map/src/lib/dependencyExtractor.ts index 73dcf0db0e..bd8a8cc27b 100644 --- a/packages/jest-haste-map/src/lib/dependencyExtractor.ts +++ b/packages/jest-haste-map/src/lib/dependencyExtractor.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/lib/fast_path.ts b/packages/jest-haste-map/src/lib/fast_path.ts index 301f992eea..9664d25251 100644 --- a/packages/jest-haste-map/src/lib/fast_path.ts +++ b/packages/jest-haste-map/src/lib/fast_path.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/lib/getPlatformExtension.ts b/packages/jest-haste-map/src/lib/getPlatformExtension.ts index f9dac1dace..079470b62b 100644 --- a/packages/jest-haste-map/src/lib/getPlatformExtension.ts +++ b/packages/jest-haste-map/src/lib/getPlatformExtension.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/lib/isWatchmanInstalled.ts b/packages/jest-haste-map/src/lib/isWatchmanInstalled.ts index 8dee697d61..21fdad4449 100644 --- a/packages/jest-haste-map/src/lib/isWatchmanInstalled.ts +++ b/packages/jest-haste-map/src/lib/isWatchmanInstalled.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/lib/normalizePathSep.ts b/packages/jest-haste-map/src/lib/normalizePathSep.ts index 2dc7ea57e5..5f409429f8 100644 --- a/packages/jest-haste-map/src/lib/normalizePathSep.ts +++ b/packages/jest-haste-map/src/lib/normalizePathSep.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/types.ts b/packages/jest-haste-map/src/types.ts index c56c950534..e2e93b25dd 100644 --- a/packages/jest-haste-map/src/types.ts +++ b/packages/jest-haste-map/src/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/watchers/FSEventsWatcher.ts b/packages/jest-haste-map/src/watchers/FSEventsWatcher.ts index 67d10685b1..d151e7c5dd 100644 --- a/packages/jest-haste-map/src/watchers/FSEventsWatcher.ts +++ b/packages/jest-haste-map/src/watchers/FSEventsWatcher.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/watchers/WatchmanWatcher.js b/packages/jest-haste-map/src/watchers/WatchmanWatcher.js index 73f55d1c2e..bbbf6c86de 100644 --- a/packages/jest-haste-map/src/watchers/WatchmanWatcher.js +++ b/packages/jest-haste-map/src/watchers/WatchmanWatcher.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-haste-map/src/worker.ts b/packages/jest-haste-map/src/worker.ts index 13fd786809..92bbc68e0e 100644 --- a/packages/jest-haste-map/src/worker.ts +++ b/packages/jest-haste-map/src/worker.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-jasmine2/src/ExpectationFailed.ts b/packages/jest-jasmine2/src/ExpectationFailed.ts index ad9910ff3e..e5993615b4 100644 --- a/packages/jest-jasmine2/src/ExpectationFailed.ts +++ b/packages/jest-jasmine2/src/ExpectationFailed.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-jasmine2/src/PCancelable.ts b/packages/jest-jasmine2/src/PCancelable.ts index 2605f6a08c..6e50a33262 100644 --- a/packages/jest-jasmine2/src/PCancelable.ts +++ b/packages/jest-jasmine2/src/PCancelable.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-jasmine2/src/__tests__/Suite.test.ts b/packages/jest-jasmine2/src/__tests__/Suite.test.ts index 0dd867232d..b3840832d1 100644 --- a/packages/jest-jasmine2/src/__tests__/Suite.test.ts +++ b/packages/jest-jasmine2/src/__tests__/Suite.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-jasmine2/src/__tests__/concurrent.test.ts b/packages/jest-jasmine2/src/__tests__/concurrent.test.ts index 9e65fc57a0..6daacaa7ad 100644 --- a/packages/jest-jasmine2/src/__tests__/concurrent.test.ts +++ b/packages/jest-jasmine2/src/__tests__/concurrent.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-jasmine2/src/__tests__/expectationResultFactory.test.ts b/packages/jest-jasmine2/src/__tests__/expectationResultFactory.test.ts index 03c667dc7c..19f865b17c 100644 --- a/packages/jest-jasmine2/src/__tests__/expectationResultFactory.test.ts +++ b/packages/jest-jasmine2/src/__tests__/expectationResultFactory.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-jasmine2/src/__tests__/hooksError.test.ts b/packages/jest-jasmine2/src/__tests__/hooksError.test.ts index 35dc072922..8a1f42091d 100644 --- a/packages/jest-jasmine2/src/__tests__/hooksError.test.ts +++ b/packages/jest-jasmine2/src/__tests__/hooksError.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-jasmine2/src/__tests__/itTestError.test.ts b/packages/jest-jasmine2/src/__tests__/itTestError.test.ts index e4c2add545..001503ad57 100644 --- a/packages/jest-jasmine2/src/__tests__/itTestError.test.ts +++ b/packages/jest-jasmine2/src/__tests__/itTestError.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-jasmine2/src/__tests__/itToTestAlias.test.ts b/packages/jest-jasmine2/src/__tests__/itToTestAlias.test.ts index 4d108b2b0b..f356239fbb 100644 --- a/packages/jest-jasmine2/src/__tests__/itToTestAlias.test.ts +++ b/packages/jest-jasmine2/src/__tests__/itToTestAlias.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-jasmine2/src/__tests__/iterators.test.ts b/packages/jest-jasmine2/src/__tests__/iterators.test.ts index 1c45192c41..15a5a15b7a 100644 --- a/packages/jest-jasmine2/src/__tests__/iterators.test.ts +++ b/packages/jest-jasmine2/src/__tests__/iterators.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-jasmine2/src/__tests__/pTimeout.test.ts b/packages/jest-jasmine2/src/__tests__/pTimeout.test.ts index 371a352e35..fe3cfb12c5 100644 --- a/packages/jest-jasmine2/src/__tests__/pTimeout.test.ts +++ b/packages/jest-jasmine2/src/__tests__/pTimeout.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-jasmine2/src/__tests__/queueRunner.test.ts b/packages/jest-jasmine2/src/__tests__/queueRunner.test.ts index 50a00962ff..351a6a6eae 100644 --- a/packages/jest-jasmine2/src/__tests__/queueRunner.test.ts +++ b/packages/jest-jasmine2/src/__tests__/queueRunner.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-jasmine2/src/__tests__/reporter.test.ts b/packages/jest-jasmine2/src/__tests__/reporter.test.ts index 598c3630ae..c5d2c29cd9 100644 --- a/packages/jest-jasmine2/src/__tests__/reporter.test.ts +++ b/packages/jest-jasmine2/src/__tests__/reporter.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-jasmine2/src/__tests__/todoError.test.ts b/packages/jest-jasmine2/src/__tests__/todoError.test.ts index 285f1e01fd..b143a7ff74 100644 --- a/packages/jest-jasmine2/src/__tests__/todoError.test.ts +++ b/packages/jest-jasmine2/src/__tests__/todoError.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-jasmine2/src/assertionErrorMessage.ts b/packages/jest-jasmine2/src/assertionErrorMessage.ts index 3408af159c..07abe6397f 100644 --- a/packages/jest-jasmine2/src/assertionErrorMessage.ts +++ b/packages/jest-jasmine2/src/assertionErrorMessage.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-jasmine2/src/each.ts b/packages/jest-jasmine2/src/each.ts index b53c7efeb9..8282a5944e 100644 --- a/packages/jest-jasmine2/src/each.ts +++ b/packages/jest-jasmine2/src/each.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-jasmine2/src/errorOnPrivate.ts b/packages/jest-jasmine2/src/errorOnPrivate.ts index db94d0e34a..ff839bb18a 100644 --- a/packages/jest-jasmine2/src/errorOnPrivate.ts +++ b/packages/jest-jasmine2/src/errorOnPrivate.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-jasmine2/src/expectationResultFactory.ts b/packages/jest-jasmine2/src/expectationResultFactory.ts index a2b348bae8..3ef60adcbd 100644 --- a/packages/jest-jasmine2/src/expectationResultFactory.ts +++ b/packages/jest-jasmine2/src/expectationResultFactory.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-jasmine2/src/index.ts b/packages/jest-jasmine2/src/index.ts index 246990cecb..1f877cbf60 100644 --- a/packages/jest-jasmine2/src/index.ts +++ b/packages/jest-jasmine2/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-jasmine2/src/isError.ts b/packages/jest-jasmine2/src/isError.ts index 05f68725e4..9bbdafe98b 100644 --- a/packages/jest-jasmine2/src/isError.ts +++ b/packages/jest-jasmine2/src/isError.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-jasmine2/src/jasmine/CallTracker.ts b/packages/jest-jasmine2/src/jasmine/CallTracker.ts index 1fc2dc25d8..fa138e0f7f 100644 --- a/packages/jest-jasmine2/src/jasmine/CallTracker.ts +++ b/packages/jest-jasmine2/src/jasmine/CallTracker.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -7,7 +7,7 @@ */ // This file is a heavily modified fork of Jasmine. Original license: /* -Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +Copyright (c) 2008-2016 Pivotal Labs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/packages/jest-jasmine2/src/jasmine/Env.ts b/packages/jest-jasmine2/src/jasmine/Env.ts index 803508dee5..8418e689c7 100644 --- a/packages/jest-jasmine2/src/jasmine/Env.ts +++ b/packages/jest-jasmine2/src/jasmine/Env.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -7,7 +7,7 @@ */ // This file is a heavily modified fork of Jasmine. Original license: /* -Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +Copyright (c) 2008-2016 Pivotal Labs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/packages/jest-jasmine2/src/jasmine/JsApiReporter.ts b/packages/jest-jasmine2/src/jasmine/JsApiReporter.ts index 86f85b8971..a608fef04f 100644 --- a/packages/jest-jasmine2/src/jasmine/JsApiReporter.ts +++ b/packages/jest-jasmine2/src/jasmine/JsApiReporter.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -7,7 +7,7 @@ */ // This file is a heavily modified fork of Jasmine. Original license: /* -Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +Copyright (c) 2008-2016 Pivotal Labs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/packages/jest-jasmine2/src/jasmine/ReportDispatcher.ts b/packages/jest-jasmine2/src/jasmine/ReportDispatcher.ts index 9aaa2a1570..9b2323f50c 100644 --- a/packages/jest-jasmine2/src/jasmine/ReportDispatcher.ts +++ b/packages/jest-jasmine2/src/jasmine/ReportDispatcher.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -7,7 +7,7 @@ */ // This file is a heavily modified fork of Jasmine. Original license: /* -Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +Copyright (c) 2008-2016 Pivotal Labs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/packages/jest-jasmine2/src/jasmine/Spec.ts b/packages/jest-jasmine2/src/jasmine/Spec.ts index 55bb3a7f90..c04dc85203 100644 --- a/packages/jest-jasmine2/src/jasmine/Spec.ts +++ b/packages/jest-jasmine2/src/jasmine/Spec.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -7,7 +7,7 @@ */ // This file is a heavily modified fork of Jasmine. Original license: /* -Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +Copyright (c) 2008-2016 Pivotal Labs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/packages/jest-jasmine2/src/jasmine/SpyStrategy.ts b/packages/jest-jasmine2/src/jasmine/SpyStrategy.ts index ffc11d5df1..bb2759a581 100644 --- a/packages/jest-jasmine2/src/jasmine/SpyStrategy.ts +++ b/packages/jest-jasmine2/src/jasmine/SpyStrategy.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -7,7 +7,7 @@ */ // This file is a heavily modified fork of Jasmine. Original license: /* -Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +Copyright (c) 2008-2016 Pivotal Labs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/packages/jest-jasmine2/src/jasmine/Suite.ts b/packages/jest-jasmine2/src/jasmine/Suite.ts index c6d89affb7..5331742154 100644 --- a/packages/jest-jasmine2/src/jasmine/Suite.ts +++ b/packages/jest-jasmine2/src/jasmine/Suite.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -7,7 +7,7 @@ */ // This file is a heavily modified fork of Jasmine. Original license: /* -Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +Copyright (c) 2008-2016 Pivotal Labs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/packages/jest-jasmine2/src/jasmine/Timer.ts b/packages/jest-jasmine2/src/jasmine/Timer.ts index ce5a24f327..08635fbd4d 100644 --- a/packages/jest-jasmine2/src/jasmine/Timer.ts +++ b/packages/jest-jasmine2/src/jasmine/Timer.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -7,7 +7,7 @@ */ // This file is a heavily modified fork of Jasmine. Original license: /* -Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +Copyright (c) 2008-2016 Pivotal Labs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/packages/jest-jasmine2/src/jasmine/createSpy.ts b/packages/jest-jasmine2/src/jasmine/createSpy.ts index afef403c68..5b66d08802 100644 --- a/packages/jest-jasmine2/src/jasmine/createSpy.ts +++ b/packages/jest-jasmine2/src/jasmine/createSpy.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -7,7 +7,7 @@ */ // This file is a heavily modified fork of Jasmine. Original license: /* -Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +Copyright (c) 2008-2016 Pivotal Labs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/packages/jest-jasmine2/src/jasmine/jasmineLight.ts b/packages/jest-jasmine2/src/jasmine/jasmineLight.ts index 87c9324070..3a1cb0b66c 100644 --- a/packages/jest-jasmine2/src/jasmine/jasmineLight.ts +++ b/packages/jest-jasmine2/src/jasmine/jasmineLight.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -7,7 +7,7 @@ */ // This file is a heavily modified fork of Jasmine. Original license: /* -Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +Copyright (c) 2008-2016 Pivotal Labs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/packages/jest-jasmine2/src/jasmine/spyRegistry.ts b/packages/jest-jasmine2/src/jasmine/spyRegistry.ts index cd4a039479..42613491b6 100644 --- a/packages/jest-jasmine2/src/jasmine/spyRegistry.ts +++ b/packages/jest-jasmine2/src/jasmine/spyRegistry.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -7,7 +7,7 @@ */ // This file is a heavily modified fork of Jasmine. Original license: /* -Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +Copyright (c) 2008-2016 Pivotal Labs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/packages/jest-jasmine2/src/jasmineAsyncInstall.ts b/packages/jest-jasmine2/src/jasmineAsyncInstall.ts index 4f0847c29f..71d7662f28 100644 --- a/packages/jest-jasmine2/src/jasmineAsyncInstall.ts +++ b/packages/jest-jasmine2/src/jasmineAsyncInstall.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-jasmine2/src/jestExpect.ts b/packages/jest-jasmine2/src/jestExpect.ts index 9d3c2e9385..4444ae59c8 100644 --- a/packages/jest-jasmine2/src/jestExpect.ts +++ b/packages/jest-jasmine2/src/jestExpect.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-jasmine2/src/pTimeout.ts b/packages/jest-jasmine2/src/pTimeout.ts index 02068f11be..67d802e8cd 100644 --- a/packages/jest-jasmine2/src/pTimeout.ts +++ b/packages/jest-jasmine2/src/pTimeout.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-jasmine2/src/queueRunner.ts b/packages/jest-jasmine2/src/queueRunner.ts index 2085b42cdf..e4d2400a60 100644 --- a/packages/jest-jasmine2/src/queueRunner.ts +++ b/packages/jest-jasmine2/src/queueRunner.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-jasmine2/src/reporter.ts b/packages/jest-jasmine2/src/reporter.ts index 53163d20f3..f6c0e47bbc 100644 --- a/packages/jest-jasmine2/src/reporter.ts +++ b/packages/jest-jasmine2/src/reporter.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-jasmine2/src/setup_jest_globals.ts b/packages/jest-jasmine2/src/setup_jest_globals.ts index f5d0de8443..2ec09f3d58 100644 --- a/packages/jest-jasmine2/src/setup_jest_globals.ts +++ b/packages/jest-jasmine2/src/setup_jest_globals.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-jasmine2/src/treeProcessor.ts b/packages/jest-jasmine2/src/treeProcessor.ts index d7906280f9..6a8924471c 100644 --- a/packages/jest-jasmine2/src/treeProcessor.ts +++ b/packages/jest-jasmine2/src/treeProcessor.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-jasmine2/src/types.ts b/packages/jest-jasmine2/src/types.ts index 9aa520a10f..d2d74fae84 100644 --- a/packages/jest-jasmine2/src/types.ts +++ b/packages/jest-jasmine2/src/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-leak-detector/src/__tests__/index.test.ts b/packages/jest-leak-detector/src/__tests__/index.test.ts index ad7fb513b6..62f9afcb27 100644 --- a/packages/jest-leak-detector/src/__tests__/index.test.ts +++ b/packages/jest-leak-detector/src/__tests__/index.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-leak-detector/src/index.ts b/packages/jest-leak-detector/src/index.ts index f7f6f58319..2a4ec55b09 100644 --- a/packages/jest-leak-detector/src/index.ts +++ b/packages/jest-leak-detector/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-matcher-utils/src/Replaceable.ts b/packages/jest-matcher-utils/src/Replaceable.ts index a114b01be6..9eee1068c7 100644 --- a/packages/jest-matcher-utils/src/Replaceable.ts +++ b/packages/jest-matcher-utils/src/Replaceable.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-matcher-utils/src/__tests__/Replaceable.test.ts b/packages/jest-matcher-utils/src/__tests__/Replaceable.test.ts index 1f2391c8d4..cc3d48d0af 100644 --- a/packages/jest-matcher-utils/src/__tests__/Replaceable.test.ts +++ b/packages/jest-matcher-utils/src/__tests__/Replaceable.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-matcher-utils/src/__tests__/deepCyclicCopyReplaceable.test.ts b/packages/jest-matcher-utils/src/__tests__/deepCyclicCopyReplaceable.test.ts index f25d5fd748..6a017b6941 100644 --- a/packages/jest-matcher-utils/src/__tests__/deepCyclicCopyReplaceable.test.ts +++ b/packages/jest-matcher-utils/src/__tests__/deepCyclicCopyReplaceable.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-matcher-utils/src/__tests__/deepCyclicCopyReplaceableDom.test.ts b/packages/jest-matcher-utils/src/__tests__/deepCyclicCopyReplaceableDom.test.ts index 80c68367e2..271057c2f0 100644 --- a/packages/jest-matcher-utils/src/__tests__/deepCyclicCopyReplaceableDom.test.ts +++ b/packages/jest-matcher-utils/src/__tests__/deepCyclicCopyReplaceableDom.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-matcher-utils/src/__tests__/index.test.ts b/packages/jest-matcher-utils/src/__tests__/index.test.ts index f4d0d26427..af8771c2cf 100644 --- a/packages/jest-matcher-utils/src/__tests__/index.test.ts +++ b/packages/jest-matcher-utils/src/__tests__/index.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-matcher-utils/src/__tests__/printDiffOrStringify.test.ts b/packages/jest-matcher-utils/src/__tests__/printDiffOrStringify.test.ts index 86dafb46e0..aacd6b46ac 100644 --- a/packages/jest-matcher-utils/src/__tests__/printDiffOrStringify.test.ts +++ b/packages/jest-matcher-utils/src/__tests__/printDiffOrStringify.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-matcher-utils/src/deepCyclicCopyReplaceable.ts b/packages/jest-matcher-utils/src/deepCyclicCopyReplaceable.ts index 69fb84011e..8c7c520c21 100644 --- a/packages/jest-matcher-utils/src/deepCyclicCopyReplaceable.ts +++ b/packages/jest-matcher-utils/src/deepCyclicCopyReplaceable.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-matcher-utils/src/index.ts b/packages/jest-matcher-utils/src/index.ts index 94ae0d1acc..e910f7a990 100644 --- a/packages/jest-matcher-utils/src/index.ts +++ b/packages/jest-matcher-utils/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-message-util/src/__tests__/messages.test.ts b/packages/jest-message-util/src/__tests__/messages.test.ts index 03bf68d615..2956f0b8e6 100644 --- a/packages/jest-message-util/src/__tests__/messages.test.ts +++ b/packages/jest-message-util/src/__tests__/messages.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-message-util/src/index.ts b/packages/jest-message-util/src/index.ts index 7cb21f7cde..d4e9059460 100644 --- a/packages/jest-message-util/src/index.ts +++ b/packages/jest-message-util/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-message-util/src/types.ts b/packages/jest-message-util/src/types.ts index ee5cf0c145..118adc7548 100644 --- a/packages/jest-message-util/src/types.ts +++ b/packages/jest-message-util/src/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-mock/__typetests__/Mocked.test.ts b/packages/jest-mock/__typetests__/Mocked.test.ts index a3ef06684c..8bf5e65b6d 100644 --- a/packages/jest-mock/__typetests__/Mocked.test.ts +++ b/packages/jest-mock/__typetests__/Mocked.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-mock/__typetests__/ModuleMocker.test.ts b/packages/jest-mock/__typetests__/ModuleMocker.test.ts index c7b275bfeb..50897ab737 100644 --- a/packages/jest-mock/__typetests__/ModuleMocker.test.ts +++ b/packages/jest-mock/__typetests__/ModuleMocker.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-mock/__typetests__/mock-functions.test.ts b/packages/jest-mock/__typetests__/mock-functions.test.ts index 8d4a92dce3..a1c2157787 100644 --- a/packages/jest-mock/__typetests__/mock-functions.test.ts +++ b/packages/jest-mock/__typetests__/mock-functions.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-mock/__typetests__/utility-types.test.ts b/packages/jest-mock/__typetests__/utility-types.test.ts index 895b5f77de..8884fb65ea 100644 --- a/packages/jest-mock/__typetests__/utility-types.test.ts +++ b/packages/jest-mock/__typetests__/utility-types.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-mock/src/__tests__/__fixtures__/SuperTestClass.ts b/packages/jest-mock/src/__tests__/__fixtures__/SuperTestClass.ts index ae1c262e34..6811c06fa6 100644 --- a/packages/jest-mock/src/__tests__/__fixtures__/SuperTestClass.ts +++ b/packages/jest-mock/src/__tests__/__fixtures__/SuperTestClass.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-mock/src/__tests__/__fixtures__/TestClass.ts b/packages/jest-mock/src/__tests__/__fixtures__/TestClass.ts index e4197db98a..464c25a387 100644 --- a/packages/jest-mock/src/__tests__/__fixtures__/TestClass.ts +++ b/packages/jest-mock/src/__tests__/__fixtures__/TestClass.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-mock/src/__tests__/__fixtures__/class-mocks-types.ts b/packages/jest-mock/src/__tests__/__fixtures__/class-mocks-types.ts index a6f8aa5634..0ee165ca1c 100644 --- a/packages/jest-mock/src/__tests__/__fixtures__/class-mocks-types.ts +++ b/packages/jest-mock/src/__tests__/__fixtures__/class-mocks-types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-mock/src/__tests__/class-mocks-dual-import.test.ts b/packages/jest-mock/src/__tests__/class-mocks-dual-import.test.ts index 3bcc759e6d..992eecf20f 100644 --- a/packages/jest-mock/src/__tests__/class-mocks-dual-import.test.ts +++ b/packages/jest-mock/src/__tests__/class-mocks-dual-import.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-mock/src/__tests__/class-mocks-single-import.test.ts b/packages/jest-mock/src/__tests__/class-mocks-single-import.test.ts index 078c0531dd..c1e1dc25ae 100644 --- a/packages/jest-mock/src/__tests__/class-mocks-single-import.test.ts +++ b/packages/jest-mock/src/__tests__/class-mocks-single-import.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-mock/src/__tests__/class-mocks.test.ts b/packages/jest-mock/src/__tests__/class-mocks.test.ts index ea6b92f664..611be0ba07 100644 --- a/packages/jest-mock/src/__tests__/class-mocks.test.ts +++ b/packages/jest-mock/src/__tests__/class-mocks.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-mock/src/__tests__/index.test.ts b/packages/jest-mock/src/__tests__/index.test.ts index ecceafad3e..81e594c461 100644 --- a/packages/jest-mock/src/__tests__/index.test.ts +++ b/packages/jest-mock/src/__tests__/index.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-mock/src/__tests__/window-spy.test.ts b/packages/jest-mock/src/__tests__/window-spy.test.ts index 43285c0417..127976a55c 100644 --- a/packages/jest-mock/src/__tests__/window-spy.test.ts +++ b/packages/jest-mock/src/__tests__/window-spy.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-mock/src/index.ts b/packages/jest-mock/src/index.ts index 158ad37a51..50f9500903 100644 --- a/packages/jest-mock/src/index.ts +++ b/packages/jest-mock/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-phabricator/src/index.ts b/packages/jest-phabricator/src/index.ts index 3666d5f576..2c3ba0c84c 100644 --- a/packages/jest-phabricator/src/index.ts +++ b/packages/jest-phabricator/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-regex-util/src/__tests__/index.test.ts b/packages/jest-regex-util/src/__tests__/index.test.ts index d690106bee..34944ee50b 100644 --- a/packages/jest-regex-util/src/__tests__/index.test.ts +++ b/packages/jest-regex-util/src/__tests__/index.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-regex-util/src/index.ts b/packages/jest-regex-util/src/index.ts index 05b2e8f7b0..71d7737746 100644 --- a/packages/jest-regex-util/src/index.ts +++ b/packages/jest-regex-util/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-repl/bin/jest-repl.js b/packages/jest-repl/bin/jest-repl.js index 3a2251a559..c9a0040c97 100755 --- a/packages/jest-repl/bin/jest-repl.js +++ b/packages/jest-repl/bin/jest-repl.js @@ -1,6 +1,6 @@ #!/usr/bin/env node /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-repl/bin/jest-runtime-cli.js b/packages/jest-repl/bin/jest-runtime-cli.js index ebbbcb649f..d0dc9518f0 100755 --- a/packages/jest-repl/bin/jest-runtime-cli.js +++ b/packages/jest-repl/bin/jest-runtime-cli.js @@ -1,6 +1,6 @@ #!/usr/bin/env node /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-repl/src/__tests__/jest_repl.test.js b/packages/jest-repl/src/__tests__/jest_repl.test.js index 6d98cd0eee..3190b71d48 100644 --- a/packages/jest-repl/src/__tests__/jest_repl.test.js +++ b/packages/jest-repl/src/__tests__/jest_repl.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-repl/src/__tests__/runtime_cli.test.js b/packages/jest-repl/src/__tests__/runtime_cli.test.js index 3f6656223a..fbbfbe0bd2 100644 --- a/packages/jest-repl/src/__tests__/runtime_cli.test.js +++ b/packages/jest-repl/src/__tests__/runtime_cli.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-repl/src/__tests__/test_root/logging.js b/packages/jest-repl/src/__tests__/test_root/logging.js index c68f463948..2964f47111 100644 --- a/packages/jest-repl/src/__tests__/test_root/logging.js +++ b/packages/jest-repl/src/__tests__/test_root/logging.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-repl/src/__tests__/test_root/throwing.js b/packages/jest-repl/src/__tests__/test_root/throwing.js index 9b40a996ea..feb4ffc089 100644 --- a/packages/jest-repl/src/__tests__/test_root/throwing.js +++ b/packages/jest-repl/src/__tests__/test_root/throwing.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-repl/src/cli/args.ts b/packages/jest-repl/src/cli/args.ts index 9bb253b3e1..c3bf582b91 100644 --- a/packages/jest-repl/src/cli/args.ts +++ b/packages/jest-repl/src/cli/args.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-repl/src/cli/index.ts b/packages/jest-repl/src/cli/index.ts index 1fbf59205a..08359c2d48 100644 --- a/packages/jest-repl/src/cli/index.ts +++ b/packages/jest-repl/src/cli/index.ts @@ -1,6 +1,6 @@ #!/usr/bin/env node /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-repl/src/cli/repl.ts b/packages/jest-repl/src/cli/repl.ts index 3a486c6bfb..475f73487a 100644 --- a/packages/jest-repl/src/cli/repl.ts +++ b/packages/jest-repl/src/cli/repl.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-repl/src/cli/runtime-cli.ts b/packages/jest-repl/src/cli/runtime-cli.ts index d0f8d9d5d3..4b4a438ef4 100644 --- a/packages/jest-repl/src/cli/runtime-cli.ts +++ b/packages/jest-repl/src/cli/runtime-cli.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-repl/src/cli/version.ts b/packages/jest-repl/src/cli/version.ts index 5c122cc08b..f89abb67c4 100644 --- a/packages/jest-repl/src/cli/version.ts +++ b/packages/jest-repl/src/cli/version.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-repl/src/index.ts b/packages/jest-repl/src/index.ts index 773f3a84a8..3cd9c2a3b2 100644 --- a/packages/jest-repl/src/index.ts +++ b/packages/jest-repl/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/__typetests__/jest-reporters.test.ts b/packages/jest-reporters/__typetests__/jest-reporters.test.ts index d49c2fcdd5..4d597b7451 100644 --- a/packages/jest-reporters/__typetests__/jest-reporters.test.ts +++ b/packages/jest-reporters/__typetests__/jest-reporters.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/BaseReporter.ts b/packages/jest-reporters/src/BaseReporter.ts index 07923a7392..1e9f12a0e8 100644 --- a/packages/jest-reporters/src/BaseReporter.ts +++ b/packages/jest-reporters/src/BaseReporter.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/CoverageReporter.ts b/packages/jest-reporters/src/CoverageReporter.ts index 33de157157..86b9722cd0 100644 --- a/packages/jest-reporters/src/CoverageReporter.ts +++ b/packages/jest-reporters/src/CoverageReporter.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/CoverageWorker.ts b/packages/jest-reporters/src/CoverageWorker.ts index 15c32e4f55..0d6349bc6f 100644 --- a/packages/jest-reporters/src/CoverageWorker.ts +++ b/packages/jest-reporters/src/CoverageWorker.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/DefaultReporter.ts b/packages/jest-reporters/src/DefaultReporter.ts index 1c51ed94bf..b91c8f9272 100644 --- a/packages/jest-reporters/src/DefaultReporter.ts +++ b/packages/jest-reporters/src/DefaultReporter.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/GitHubActionsReporter.ts b/packages/jest-reporters/src/GitHubActionsReporter.ts index 7d439b1821..7cbf65ce27 100644 --- a/packages/jest-reporters/src/GitHubActionsReporter.ts +++ b/packages/jest-reporters/src/GitHubActionsReporter.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/NotifyReporter.ts b/packages/jest-reporters/src/NotifyReporter.ts index a8d4f8eccb..acb9f14dc6 100644 --- a/packages/jest-reporters/src/NotifyReporter.ts +++ b/packages/jest-reporters/src/NotifyReporter.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/Status.ts b/packages/jest-reporters/src/Status.ts index 6e867cb56a..f1d89b8160 100644 --- a/packages/jest-reporters/src/Status.ts +++ b/packages/jest-reporters/src/Status.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/SummaryReporter.ts b/packages/jest-reporters/src/SummaryReporter.ts index fab16fab74..90e8095b4d 100644 --- a/packages/jest-reporters/src/SummaryReporter.ts +++ b/packages/jest-reporters/src/SummaryReporter.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/VerboseReporter.ts b/packages/jest-reporters/src/VerboseReporter.ts index f7675355fa..03dfb6ff3f 100644 --- a/packages/jest-reporters/src/VerboseReporter.ts +++ b/packages/jest-reporters/src/VerboseReporter.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/__tests__/CoverageReporter.test.js b/packages/jest-reporters/src/__tests__/CoverageReporter.test.js index be472e4009..847fd27133 100644 --- a/packages/jest-reporters/src/__tests__/CoverageReporter.test.js +++ b/packages/jest-reporters/src/__tests__/CoverageReporter.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/__tests__/CoverageWorker.test.js b/packages/jest-reporters/src/__tests__/CoverageWorker.test.js index 21705f4c0d..adab5ad2bd 100644 --- a/packages/jest-reporters/src/__tests__/CoverageWorker.test.js +++ b/packages/jest-reporters/src/__tests__/CoverageWorker.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/__tests__/DefaultReporter.test.js b/packages/jest-reporters/src/__tests__/DefaultReporter.test.js index addcfa4159..2e9fa5c62a 100644 --- a/packages/jest-reporters/src/__tests__/DefaultReporter.test.js +++ b/packages/jest-reporters/src/__tests__/DefaultReporter.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/__tests__/GitHubActionsReporter.test.ts b/packages/jest-reporters/src/__tests__/GitHubActionsReporter.test.ts index a78c9aa00d..700653b70c 100644 --- a/packages/jest-reporters/src/__tests__/GitHubActionsReporter.test.ts +++ b/packages/jest-reporters/src/__tests__/GitHubActionsReporter.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/__tests__/NotifyReporter.test.ts b/packages/jest-reporters/src/__tests__/NotifyReporter.test.ts index a3e6a65a6a..15d4ce1f23 100644 --- a/packages/jest-reporters/src/__tests__/NotifyReporter.test.ts +++ b/packages/jest-reporters/src/__tests__/NotifyReporter.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/__tests__/SummaryReporter.test.js b/packages/jest-reporters/src/__tests__/SummaryReporter.test.js index 118f21f58a..159cb78d83 100644 --- a/packages/jest-reporters/src/__tests__/SummaryReporter.test.js +++ b/packages/jest-reporters/src/__tests__/SummaryReporter.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/__tests__/VerboseReporter.test.js b/packages/jest-reporters/src/__tests__/VerboseReporter.test.js index 21aab8862b..f1cc4bb864 100644 --- a/packages/jest-reporters/src/__tests__/VerboseReporter.test.js +++ b/packages/jest-reporters/src/__tests__/VerboseReporter.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/__tests__/generateEmptyCoverage.test.js b/packages/jest-reporters/src/__tests__/generateEmptyCoverage.test.js index 8e283c3b8d..b791c80f37 100644 --- a/packages/jest-reporters/src/__tests__/generateEmptyCoverage.test.js +++ b/packages/jest-reporters/src/__tests__/generateEmptyCoverage.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/__tests__/getResultHeader.test.js b/packages/jest-reporters/src/__tests__/getResultHeader.test.js index 19b1444eb8..28b405b806 100644 --- a/packages/jest-reporters/src/__tests__/getResultHeader.test.js +++ b/packages/jest-reporters/src/__tests__/getResultHeader.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/__tests__/getSnapshotStatus.test.js b/packages/jest-reporters/src/__tests__/getSnapshotStatus.test.js index cffbad6e24..545c8d9402 100644 --- a/packages/jest-reporters/src/__tests__/getSnapshotStatus.test.js +++ b/packages/jest-reporters/src/__tests__/getSnapshotStatus.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/__tests__/getSnapshotSummary.test.js b/packages/jest-reporters/src/__tests__/getSnapshotSummary.test.js index 7814c335ab..70c00b0e9e 100644 --- a/packages/jest-reporters/src/__tests__/getSnapshotSummary.test.js +++ b/packages/jest-reporters/src/__tests__/getSnapshotSummary.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/__tests__/getSummary.test.ts b/packages/jest-reporters/src/__tests__/getSummary.test.ts index 62745ef551..047f02a618 100644 --- a/packages/jest-reporters/src/__tests__/getSummary.test.ts +++ b/packages/jest-reporters/src/__tests__/getSummary.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/__tests__/getWatermarks.test.ts b/packages/jest-reporters/src/__tests__/getWatermarks.test.ts index 0a82b27476..78fc004b16 100644 --- a/packages/jest-reporters/src/__tests__/getWatermarks.test.ts +++ b/packages/jest-reporters/src/__tests__/getWatermarks.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/__tests__/utils.test.ts b/packages/jest-reporters/src/__tests__/utils.test.ts index 370ed7297c..68444f537e 100644 --- a/packages/jest-reporters/src/__tests__/utils.test.ts +++ b/packages/jest-reporters/src/__tests__/utils.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/formatTestPath.ts b/packages/jest-reporters/src/formatTestPath.ts index 2970eda4a1..faed8e0d00 100644 --- a/packages/jest-reporters/src/formatTestPath.ts +++ b/packages/jest-reporters/src/formatTestPath.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/generateEmptyCoverage.ts b/packages/jest-reporters/src/generateEmptyCoverage.ts index abc3fa0172..923de6a7a5 100644 --- a/packages/jest-reporters/src/generateEmptyCoverage.ts +++ b/packages/jest-reporters/src/generateEmptyCoverage.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/getResultHeader.ts b/packages/jest-reporters/src/getResultHeader.ts index 98315fdb4f..ac8ad70acd 100644 --- a/packages/jest-reporters/src/getResultHeader.ts +++ b/packages/jest-reporters/src/getResultHeader.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/getSnapshotStatus.ts b/packages/jest-reporters/src/getSnapshotStatus.ts index df099d7bae..213b7f4114 100644 --- a/packages/jest-reporters/src/getSnapshotStatus.ts +++ b/packages/jest-reporters/src/getSnapshotStatus.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/getSnapshotSummary.ts b/packages/jest-reporters/src/getSnapshotSummary.ts index cf3e12a0e0..18b4be4608 100644 --- a/packages/jest-reporters/src/getSnapshotSummary.ts +++ b/packages/jest-reporters/src/getSnapshotSummary.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/getSummary.ts b/packages/jest-reporters/src/getSummary.ts index 2781932f5a..f0b6f2ab26 100644 --- a/packages/jest-reporters/src/getSummary.ts +++ b/packages/jest-reporters/src/getSummary.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/getWatermarks.ts b/packages/jest-reporters/src/getWatermarks.ts index 5caacf9274..29cc97e5a0 100644 --- a/packages/jest-reporters/src/getWatermarks.ts +++ b/packages/jest-reporters/src/getWatermarks.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/index.ts b/packages/jest-reporters/src/index.ts index 61f3cde177..37a75b11db 100644 --- a/packages/jest-reporters/src/index.ts +++ b/packages/jest-reporters/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/printDisplayName.ts b/packages/jest-reporters/src/printDisplayName.ts index f03be5ddd0..b4108ae1fe 100644 --- a/packages/jest-reporters/src/printDisplayName.ts +++ b/packages/jest-reporters/src/printDisplayName.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/relativePath.ts b/packages/jest-reporters/src/relativePath.ts index 38ec11f235..045dd1ace1 100644 --- a/packages/jest-reporters/src/relativePath.ts +++ b/packages/jest-reporters/src/relativePath.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/trimAndFormatPath.ts b/packages/jest-reporters/src/trimAndFormatPath.ts index c8a4198abd..a7d30eaa35 100644 --- a/packages/jest-reporters/src/trimAndFormatPath.ts +++ b/packages/jest-reporters/src/trimAndFormatPath.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/types.ts b/packages/jest-reporters/src/types.ts index 98d131b006..dbf0361c7c 100644 --- a/packages/jest-reporters/src/types.ts +++ b/packages/jest-reporters/src/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-reporters/src/wrapAnsiString.ts b/packages/jest-reporters/src/wrapAnsiString.ts index 0dca82ef8b..c0d2901e92 100644 --- a/packages/jest-reporters/src/wrapAnsiString.ts +++ b/packages/jest-reporters/src/wrapAnsiString.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-resolve-dependencies/__mocks__/fake-node-module.js b/packages/jest-resolve-dependencies/__mocks__/fake-node-module.js index f729404851..f713bfd141 100644 --- a/packages/jest-resolve-dependencies/__mocks__/fake-node-module.js +++ b/packages/jest-resolve-dependencies/__mocks__/fake-node-module.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/file.js b/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/file.js index 06a61e2bc7..66623cad7b 100644 --- a/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/file.js +++ b/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/file.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/file.test.js b/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/file.test.js index c8e1444509..a105e2083a 100644 --- a/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/file.test.js +++ b/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/file.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/hasMocked/__mocks__/file.js b/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/hasMocked/__mocks__/file.js index b64851b9b2..924db0094d 100644 --- a/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/hasMocked/__mocks__/file.js +++ b/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/hasMocked/__mocks__/file.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/hasMocked/file.js b/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/hasMocked/file.js index f729404851..f713bfd141 100644 --- a/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/hasMocked/file.js +++ b/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/hasMocked/file.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/hasMocked/file.test.js b/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/hasMocked/file.test.js index ec2ebbc0a1..5848971010 100644 --- a/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/hasMocked/file.test.js +++ b/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/hasMocked/file.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/node_modules/@myorg/pkg/index.js b/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/node_modules/@myorg/pkg/index.js index 48d962dcec..816238cc40 100644 --- a/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/node_modules/@myorg/pkg/index.js +++ b/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/node_modules/@myorg/pkg/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/related.test.js b/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/related.test.js index 2de797ec1a..3e364ee29f 100644 --- a/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/related.test.js +++ b/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/related.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/scoped.js b/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/scoped.js index dd264c597d..f6368d2f15 100644 --- a/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/scoped.js +++ b/packages/jest-resolve-dependencies/src/__tests__/__fixtures__/scoped.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-resolve-dependencies/src/__tests__/dependency_resolver.test.ts b/packages/jest-resolve-dependencies/src/__tests__/dependency_resolver.test.ts index d6d98cdd85..5c4273a9a8 100644 --- a/packages/jest-resolve-dependencies/src/__tests__/dependency_resolver.test.ts +++ b/packages/jest-resolve-dependencies/src/__tests__/dependency_resolver.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-resolve-dependencies/src/index.ts b/packages/jest-resolve-dependencies/src/index.ts index 75bb8d6c5a..99c53d2ea4 100644 --- a/packages/jest-resolve-dependencies/src/index.ts +++ b/packages/jest-resolve-dependencies/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-resolve/__typetests__/resolver.test.ts b/packages/jest-resolve/__typetests__/resolver.test.ts index a6ef5cfe00..77a7081771 100644 --- a/packages/jest-resolve/__typetests__/resolver.test.ts +++ b/packages/jest-resolve/__typetests__/resolver.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-resolve/src/ModuleNotFoundError.ts b/packages/jest-resolve/src/ModuleNotFoundError.ts index 7b6685c5ba..c397dfe710 100644 --- a/packages/jest-resolve/src/ModuleNotFoundError.ts +++ b/packages/jest-resolve/src/ModuleNotFoundError.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-resolve/src/__mocks__/foo/foo.js b/packages/jest-resolve/src/__mocks__/foo/foo.js index 77aec8db29..52c46732de 100644 --- a/packages/jest-resolve/src/__mocks__/foo/foo.js +++ b/packages/jest-resolve/src/__mocks__/foo/foo.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-resolve/src/__mocks__/userResolver.d.ts b/packages/jest-resolve/src/__mocks__/userResolver.d.ts index 232bff7388..9727dcd720 100644 --- a/packages/jest-resolve/src/__mocks__/userResolver.d.ts +++ b/packages/jest-resolve/src/__mocks__/userResolver.d.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-resolve/src/__mocks__/userResolver.js b/packages/jest-resolve/src/__mocks__/userResolver.js index 3b8e4c10f3..2eaf60f025 100644 --- a/packages/jest-resolve/src/__mocks__/userResolver.js +++ b/packages/jest-resolve/src/__mocks__/userResolver.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-resolve/src/__mocks__/userResolverAsync.d.ts b/packages/jest-resolve/src/__mocks__/userResolverAsync.d.ts index b38bfb5296..482ae519df 100644 --- a/packages/jest-resolve/src/__mocks__/userResolverAsync.d.ts +++ b/packages/jest-resolve/src/__mocks__/userResolverAsync.d.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-resolve/src/__mocks__/userResolverAsync.js b/packages/jest-resolve/src/__mocks__/userResolverAsync.js index d538df61a6..3e43b9be5f 100644 --- a/packages/jest-resolve/src/__mocks__/userResolverAsync.js +++ b/packages/jest-resolve/src/__mocks__/userResolverAsync.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-resolve/src/__tests__/isBuiltinModule.test.ts b/packages/jest-resolve/src/__tests__/isBuiltinModule.test.ts index 7ddbd2d390..5d8412b271 100644 --- a/packages/jest-resolve/src/__tests__/isBuiltinModule.test.ts +++ b/packages/jest-resolve/src/__tests__/isBuiltinModule.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-resolve/src/__tests__/resolve.test.ts b/packages/jest-resolve/src/__tests__/resolve.test.ts index 6a317217e1..37afe50f2c 100644 --- a/packages/jest-resolve/src/__tests__/resolve.test.ts +++ b/packages/jest-resolve/src/__tests__/resolve.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-resolve/src/defaultResolver.ts b/packages/jest-resolve/src/defaultResolver.ts index 8d050c49c1..9eff3727dc 100644 --- a/packages/jest-resolve/src/defaultResolver.ts +++ b/packages/jest-resolve/src/defaultResolver.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-resolve/src/fileWalkers.ts b/packages/jest-resolve/src/fileWalkers.ts index f19e6b4701..0228a8a723 100644 --- a/packages/jest-resolve/src/fileWalkers.ts +++ b/packages/jest-resolve/src/fileWalkers.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-resolve/src/index.ts b/packages/jest-resolve/src/index.ts index 40b1a73bf5..f859e3ed00 100644 --- a/packages/jest-resolve/src/index.ts +++ b/packages/jest-resolve/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-resolve/src/isBuiltinModule.ts b/packages/jest-resolve/src/isBuiltinModule.ts index a80fa949e5..2582a4e5f4 100644 --- a/packages/jest-resolve/src/isBuiltinModule.ts +++ b/packages/jest-resolve/src/isBuiltinModule.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-resolve/src/nodeModulesPaths.ts b/packages/jest-resolve/src/nodeModulesPaths.ts index 1eb73efa67..5d858c07e5 100644 --- a/packages/jest-resolve/src/nodeModulesPaths.ts +++ b/packages/jest-resolve/src/nodeModulesPaths.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-resolve/src/resolver.ts b/packages/jest-resolve/src/resolver.ts index 89af77e759..7f378e859a 100644 --- a/packages/jest-resolve/src/resolver.ts +++ b/packages/jest-resolve/src/resolver.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-resolve/src/shouldLoadAsEsm.ts b/packages/jest-resolve/src/shouldLoadAsEsm.ts index f937913a95..6bac2ef594 100644 --- a/packages/jest-resolve/src/shouldLoadAsEsm.ts +++ b/packages/jest-resolve/src/shouldLoadAsEsm.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-resolve/src/types.ts b/packages/jest-resolve/src/types.ts index b727994546..26499d6b65 100644 --- a/packages/jest-resolve/src/types.ts +++ b/packages/jest-resolve/src/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-resolve/src/utils.ts b/packages/jest-resolve/src/utils.ts index 969b5b2994..0ce05c59d7 100644 --- a/packages/jest-resolve/src/utils.ts +++ b/packages/jest-resolve/src/utils.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runner/__typetests__/jest-runner.test.ts b/packages/jest-runner/__typetests__/jest-runner.test.ts index 8e068abe01..8a2d2bd307 100644 --- a/packages/jest-runner/__typetests__/jest-runner.test.ts +++ b/packages/jest-runner/__typetests__/jest-runner.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runner/src/__tests__/testRunner.test.ts b/packages/jest-runner/src/__tests__/testRunner.test.ts index 5d60f65119..f1f911c25f 100644 --- a/packages/jest-runner/src/__tests__/testRunner.test.ts +++ b/packages/jest-runner/src/__tests__/testRunner.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runner/src/index.ts b/packages/jest-runner/src/index.ts index 759a91529b..3388c836f2 100644 --- a/packages/jest-runner/src/index.ts +++ b/packages/jest-runner/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runner/src/runTest.ts b/packages/jest-runner/src/runTest.ts index 0c352b12f0..f6cc8a35d1 100644 --- a/packages/jest-runner/src/runTest.ts +++ b/packages/jest-runner/src/runTest.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runner/src/testWorker.ts b/packages/jest-runner/src/testWorker.ts index f18c92ce9f..4d1ee811f8 100644 --- a/packages/jest-runner/src/testWorker.ts +++ b/packages/jest-runner/src/testWorker.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runner/src/types.ts b/packages/jest-runner/src/types.ts index 18a0ffe4e1..d0fd253e1e 100644 --- a/packages/jest-runner/src/types.ts +++ b/packages/jest-runner/src/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__mocks__/createRuntime.js b/packages/jest-runtime/src/__mocks__/createRuntime.js index 30d1e94790..fc8b1dde17 100644 --- a/packages/jest-runtime/src/__mocks__/createRuntime.js +++ b/packages/jest-runtime/src/__mocks__/createRuntime.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/NODE_PATH_dir/regular_module_in_node_path.js b/packages/jest-runtime/src/__tests__/NODE_PATH_dir/regular_module_in_node_path.js index cb67a8f90c..462222b76d 100644 --- a/packages/jest-runtime/src/__tests__/NODE_PATH_dir/regular_module_in_node_path.js +++ b/packages/jest-runtime/src/__tests__/NODE_PATH_dir/regular_module_in_node_path.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/Runtime-sourceMaps.test.js b/packages/jest-runtime/src/__tests__/Runtime-sourceMaps.test.js index 0e3073570d..c3efa3e94e 100644 --- a/packages/jest-runtime/src/__tests__/Runtime-sourceMaps.test.js +++ b/packages/jest-runtime/src/__tests__/Runtime-sourceMaps.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/Runtime-statics.test.js b/packages/jest-runtime/src/__tests__/Runtime-statics.test.js index ee2ca1f512..1b8672a310 100644 --- a/packages/jest-runtime/src/__tests__/Runtime-statics.test.js +++ b/packages/jest-runtime/src/__tests__/Runtime-statics.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/defaultResolver.js b/packages/jest-runtime/src/__tests__/defaultResolver.js index 7e75ee1606..b7bba046c7 100644 --- a/packages/jest-runtime/src/__tests__/defaultResolver.js +++ b/packages/jest-runtime/src/__tests__/defaultResolver.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/instrumentation.test.ts b/packages/jest-runtime/src/__tests__/instrumentation.test.ts index 59cff547f4..023c475b2b 100644 --- a/packages/jest-runtime/src/__tests__/instrumentation.test.ts +++ b/packages/jest-runtime/src/__tests__/instrumentation.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/module_dir/module_directory_file.js b/packages/jest-runtime/src/__tests__/module_dir/module_directory_file.js index 32f817a5fe..c3d7c5f739 100644 --- a/packages/jest-runtime/src/__tests__/module_dir/module_directory_file.js +++ b/packages/jest-runtime/src/__tests__/module_dir/module_directory_file.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/module_dir/to_be_instrumented.js b/packages/jest-runtime/src/__tests__/module_dir/to_be_instrumented.js index 70f87073be..b374cad617 100644 --- a/packages/jest-runtime/src/__tests__/module_dir/to_be_instrumented.js +++ b/packages/jest-runtime/src/__tests__/module_dir/to_be_instrumented.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/runtime_create_mock_from_module.test.js b/packages/jest-runtime/src/__tests__/runtime_create_mock_from_module.test.js index 6fb9c046c4..c04ee51b5f 100644 --- a/packages/jest-runtime/src/__tests__/runtime_create_mock_from_module.test.js +++ b/packages/jest-runtime/src/__tests__/runtime_create_mock_from_module.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/runtime_environment.test.js b/packages/jest-runtime/src/__tests__/runtime_environment.test.js index 95309d27d9..5ad2780dec 100644 --- a/packages/jest-runtime/src/__tests__/runtime_environment.test.js +++ b/packages/jest-runtime/src/__tests__/runtime_environment.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/runtime_import_assertions.test.js b/packages/jest-runtime/src/__tests__/runtime_import_assertions.test.js index 40118befbc..645f0cc31d 100644 --- a/packages/jest-runtime/src/__tests__/runtime_import_assertions.test.js +++ b/packages/jest-runtime/src/__tests__/runtime_import_assertions.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/runtime_internal_module.test.js b/packages/jest-runtime/src/__tests__/runtime_internal_module.test.js index 71293e89c3..0ae1c5ecc3 100644 --- a/packages/jest-runtime/src/__tests__/runtime_internal_module.test.js +++ b/packages/jest-runtime/src/__tests__/runtime_internal_module.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/runtime_jest_fn.js b/packages/jest-runtime/src/__tests__/runtime_jest_fn.js index 0bb1a0667b..343c34fa8e 100644 --- a/packages/jest-runtime/src/__tests__/runtime_jest_fn.js +++ b/packages/jest-runtime/src/__tests__/runtime_jest_fn.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/runtime_jest_replaceProperty.test.js b/packages/jest-runtime/src/__tests__/runtime_jest_replaceProperty.test.js index 6e5b825143..de1c6b4921 100644 --- a/packages/jest-runtime/src/__tests__/runtime_jest_replaceProperty.test.js +++ b/packages/jest-runtime/src/__tests__/runtime_jest_replaceProperty.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/runtime_jest_spy_on.test.js b/packages/jest-runtime/src/__tests__/runtime_jest_spy_on.test.js index 9207d10fdc..b51a608c91 100644 --- a/packages/jest-runtime/src/__tests__/runtime_jest_spy_on.test.js +++ b/packages/jest-runtime/src/__tests__/runtime_jest_spy_on.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/runtime_mock.test.js b/packages/jest-runtime/src/__tests__/runtime_mock.test.js index 1d46cdc30b..bec7d128c2 100644 --- a/packages/jest-runtime/src/__tests__/runtime_mock.test.js +++ b/packages/jest-runtime/src/__tests__/runtime_mock.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/runtime_module_directories.test.js b/packages/jest-runtime/src/__tests__/runtime_module_directories.test.js index 8c3e3a32ee..8d79ac3729 100644 --- a/packages/jest-runtime/src/__tests__/runtime_module_directories.test.js +++ b/packages/jest-runtime/src/__tests__/runtime_module_directories.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/runtime_node_path.test.js b/packages/jest-runtime/src/__tests__/runtime_node_path.test.js index 966fd9e3d8..8c889bc199 100644 --- a/packages/jest-runtime/src/__tests__/runtime_node_path.test.js +++ b/packages/jest-runtime/src/__tests__/runtime_node_path.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/runtime_require_actual.test.js b/packages/jest-runtime/src/__tests__/runtime_require_actual.test.js index 9fbb5d097b..52e3169cfd 100644 --- a/packages/jest-runtime/src/__tests__/runtime_require_actual.test.js +++ b/packages/jest-runtime/src/__tests__/runtime_require_actual.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/runtime_require_cache.test.js b/packages/jest-runtime/src/__tests__/runtime_require_cache.test.js index f6ce213bd0..80244a7f6c 100644 --- a/packages/jest-runtime/src/__tests__/runtime_require_cache.test.js +++ b/packages/jest-runtime/src/__tests__/runtime_require_cache.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/runtime_require_mock.test.js b/packages/jest-runtime/src/__tests__/runtime_require_mock.test.js index 682c40509a..da08c691e6 100644 --- a/packages/jest-runtime/src/__tests__/runtime_require_mock.test.js +++ b/packages/jest-runtime/src/__tests__/runtime_require_mock.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/runtime_require_module.test.js b/packages/jest-runtime/src/__tests__/runtime_require_module.test.js index e28b2fcdc5..639e4c4503 100644 --- a/packages/jest-runtime/src/__tests__/runtime_require_module.test.js +++ b/packages/jest-runtime/src/__tests__/runtime_require_module.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/runtime_require_module_no_ext.test.js b/packages/jest-runtime/src/__tests__/runtime_require_module_no_ext.test.js index 9baa218f4a..0402152ce0 100644 --- a/packages/jest-runtime/src/__tests__/runtime_require_module_no_ext.test.js +++ b/packages/jest-runtime/src/__tests__/runtime_require_module_no_ext.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/runtime_require_module_or_mock.test.js b/packages/jest-runtime/src/__tests__/runtime_require_module_or_mock.test.js index e49457ed67..9d28137c52 100644 --- a/packages/jest-runtime/src/__tests__/runtime_require_module_or_mock.test.js +++ b/packages/jest-runtime/src/__tests__/runtime_require_module_or_mock.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/runtime_require_module_or_mock_transitive_deps.test.js b/packages/jest-runtime/src/__tests__/runtime_require_module_or_mock_transitive_deps.test.js index fb88c96e4a..8d16f5fcd9 100644 --- a/packages/jest-runtime/src/__tests__/runtime_require_module_or_mock_transitive_deps.test.js +++ b/packages/jest-runtime/src/__tests__/runtime_require_module_or_mock_transitive_deps.test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/runtime_require_resolve.test.ts b/packages/jest-runtime/src/__tests__/runtime_require_resolve.test.ts index afa8e888a6..308895826d 100644 --- a/packages/jest-runtime/src/__tests__/runtime_require_resolve.test.ts +++ b/packages/jest-runtime/src/__tests__/runtime_require_resolve.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/runtime_wrap.js b/packages/jest-runtime/src/__tests__/runtime_wrap.js index 877a36ad63..be61ce3731 100644 --- a/packages/jest-runtime/src/__tests__/runtime_wrap.js +++ b/packages/jest-runtime/src/__tests__/runtime_wrap.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/ManuallyMocked.js b/packages/jest-runtime/src/__tests__/test_root/ManuallyMocked.js index 5effbf0077..9f2fd9be3f 100644 --- a/packages/jest-runtime/src/__tests__/test_root/ManuallyMocked.js +++ b/packages/jest-runtime/src/__tests__/test_root/ManuallyMocked.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/ModuleWithSideEffects.js b/packages/jest-runtime/src/__tests__/test_root/ModuleWithSideEffects.js index 5d9a7ba7a8..a01958ebca 100644 --- a/packages/jest-runtime/src/__tests__/test_root/ModuleWithSideEffects.js +++ b/packages/jest-runtime/src/__tests__/test_root/ModuleWithSideEffects.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/ModuleWithState.js b/packages/jest-runtime/src/__tests__/test_root/ModuleWithState.js index b8c0236109..eb7d0e9d12 100644 --- a/packages/jest-runtime/src/__tests__/test_root/ModuleWithState.js +++ b/packages/jest-runtime/src/__tests__/test_root/ModuleWithState.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/MyDirectoryModule/index.js b/packages/jest-runtime/src/__tests__/test_root/MyDirectoryModule/index.js index 0806245d94..572e675884 100644 --- a/packages/jest-runtime/src/__tests__/test_root/MyDirectoryModule/index.js +++ b/packages/jest-runtime/src/__tests__/test_root/MyDirectoryModule/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/OnlyRequiredFromMock.js b/packages/jest-runtime/src/__tests__/test_root/OnlyRequiredFromMock.js index 16c18512b8..9f6499f6aa 100644 --- a/packages/jest-runtime/src/__tests__/test_root/OnlyRequiredFromMock.js +++ b/packages/jest-runtime/src/__tests__/test_root/OnlyRequiredFromMock.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/RegularModule.js b/packages/jest-runtime/src/__tests__/test_root/RegularModule.js index 3efd32c093..2a5a68dba1 100644 --- a/packages/jest-runtime/src/__tests__/test_root/RegularModule.js +++ b/packages/jest-runtime/src/__tests__/test_root/RegularModule.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/RelativeImageStub.js b/packages/jest-runtime/src/__tests__/test_root/RelativeImageStub.js index 4f03ba6e7e..e479f23fd4 100644 --- a/packages/jest-runtime/src/__tests__/test_root/RelativeImageStub.js +++ b/packages/jest-runtime/src/__tests__/test_root/RelativeImageStub.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/RequireRegularModule.js b/packages/jest-runtime/src/__tests__/test_root/RequireRegularModule.js index bc2401224f..df9084585c 100644 --- a/packages/jest-runtime/src/__tests__/test_root/RequireRegularModule.js +++ b/packages/jest-runtime/src/__tests__/test_root/RequireRegularModule.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/TestModuleNameMapperResolution.jsx b/packages/jest-runtime/src/__tests__/test_root/TestModuleNameMapperResolution.jsx index a9e1621773..61c35f76fa 100644 --- a/packages/jest-runtime/src/__tests__/test_root/TestModuleNameMapperResolution.jsx +++ b/packages/jest-runtime/src/__tests__/test_root/TestModuleNameMapperResolution.jsx @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/__mocks__/ExclusivelyManualMock.js b/packages/jest-runtime/src/__tests__/test_root/__mocks__/ExclusivelyManualMock.js index 7b0bc9c7e0..1101c277e4 100644 --- a/packages/jest-runtime/src/__tests__/test_root/__mocks__/ExclusivelyManualMock.js +++ b/packages/jest-runtime/src/__tests__/test_root/__mocks__/ExclusivelyManualMock.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/__mocks__/ManuallyMocked.js b/packages/jest-runtime/src/__tests__/test_root/__mocks__/ManuallyMocked.js index 02efd5e467..3ef650126b 100644 --- a/packages/jest-runtime/src/__tests__/test_root/__mocks__/ManuallyMocked.js +++ b/packages/jest-runtime/src/__tests__/test_root/__mocks__/ManuallyMocked.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/__mocks__/mocked-node-module.js b/packages/jest-runtime/src/__tests__/test_root/__mocks__/mocked-node-module.js index ee653a0796..1a2d4c5606 100644 --- a/packages/jest-runtime/src/__tests__/test_root/__mocks__/mocked-node-module.js +++ b/packages/jest-runtime/src/__tests__/test_root/__mocks__/mocked-node-module.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/__mocks__/nested1/nested2/nested3.js b/packages/jest-runtime/src/__tests__/test_root/__mocks__/nested1/nested2/nested3.js index bb13c0a6e0..5eedc3d103 100644 --- a/packages/jest-runtime/src/__tests__/test_root/__mocks__/nested1/nested2/nested3.js +++ b/packages/jest-runtime/src/__tests__/test_root/__mocks__/nested1/nested2/nested3.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/create_require_module.js b/packages/jest-runtime/src/__tests__/test_root/create_require_module.js index 3d4f063e64..a4cd1ff49c 100644 --- a/packages/jest-runtime/src/__tests__/test_root/create_require_module.js +++ b/packages/jest-runtime/src/__tests__/test_root/create_require_module.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/dep_on_mapped_module.js b/packages/jest-runtime/src/__tests__/test_root/dep_on_mapped_module.js index f5a1d4e3f6..648e0b5100 100644 --- a/packages/jest-runtime/src/__tests__/test_root/dep_on_mapped_module.js +++ b/packages/jest-runtime/src/__tests__/test_root/dep_on_mapped_module.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/global_image_stub.js b/packages/jest-runtime/src/__tests__/test_root/global_image_stub.js index 24a7cc33f9..95d6254a7c 100644 --- a/packages/jest-runtime/src/__tests__/test_root/global_image_stub.js +++ b/packages/jest-runtime/src/__tests__/test_root/global_image_stub.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/haste-modules/Foo.react.js b/packages/jest-runtime/src/__tests__/test_root/haste-modules/Foo.react.js index 599bfa27b8..27a29a6f06 100644 --- a/packages/jest-runtime/src/__tests__/test_root/haste-modules/Foo.react.js +++ b/packages/jest-runtime/src/__tests__/test_root/haste-modules/Foo.react.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/haste-modules/FooContainer.react.js b/packages/jest-runtime/src/__tests__/test_root/haste-modules/FooContainer.react.js index f621d54fa6..2752b803a9 100644 --- a/packages/jest-runtime/src/__tests__/test_root/haste-modules/FooContainer.react.js +++ b/packages/jest-runtime/src/__tests__/test_root/haste-modules/FooContainer.react.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/haste-modules/FooRenderUtil.js b/packages/jest-runtime/src/__tests__/test_root/haste-modules/FooRenderUtil.js index 9413b95d27..2810b33b8e 100644 --- a/packages/jest-runtime/src/__tests__/test_root/haste-modules/FooRenderUtil.js +++ b/packages/jest-runtime/src/__tests__/test_root/haste-modules/FooRenderUtil.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/haste-package/core/module.js b/packages/jest-runtime/src/__tests__/test_root/haste-package/core/module.js index 1322d6a250..e8ce47b509 100644 --- a/packages/jest-runtime/src/__tests__/test_root/haste-package/core/module.js +++ b/packages/jest-runtime/src/__tests__/test_root/haste-package/core/module.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/inner_parent_module.js b/packages/jest-runtime/src/__tests__/test_root/inner_parent_module.js index 242c0a8da3..6b7329e71c 100644 --- a/packages/jest-runtime/src/__tests__/test_root/inner_parent_module.js +++ b/packages/jest-runtime/src/__tests__/test_root/inner_parent_module.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/internal-module.js b/packages/jest-runtime/src/__tests__/test_root/internal-module.js index 6c78eb47f9..531ece5708 100644 --- a/packages/jest-runtime/src/__tests__/test_root/internal-module.js +++ b/packages/jest-runtime/src/__tests__/test_root/internal-module.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/internal-root.js b/packages/jest-runtime/src/__tests__/test_root/internal-root.js index 49f0aa2964..75231acfde 100644 --- a/packages/jest-runtime/src/__tests__/test_root/internal-root.js +++ b/packages/jest-runtime/src/__tests__/test_root/internal-root.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/mapped_dir/moduleInMapped.js b/packages/jest-runtime/src/__tests__/test_root/mapped_dir/moduleInMapped.js index 18ca56caf7..6299eefd94 100644 --- a/packages/jest-runtime/src/__tests__/test_root/mapped_dir/moduleInMapped.js +++ b/packages/jest-runtime/src/__tests__/test_root/mapped_dir/moduleInMapped.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/mapped_module_createMockFromModule.js b/packages/jest-runtime/src/__tests__/test_root/mapped_module_createMockFromModule.js index 9e23e5b26b..ab48491723 100644 --- a/packages/jest-runtime/src/__tests__/test_root/mapped_module_createMockFromModule.js +++ b/packages/jest-runtime/src/__tests__/test_root/mapped_module_createMockFromModule.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/mapped_module_test.js b/packages/jest-runtime/src/__tests__/test_root/mapped_module_test.js index 11800a4b1c..72660870b4 100644 --- a/packages/jest-runtime/src/__tests__/test_root/mapped_module_test.js +++ b/packages/jest-runtime/src/__tests__/test_root/mapped_module_test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/module_dir/module_dir_module.js b/packages/jest-runtime/src/__tests__/test_root/module_dir/module_dir_module.js index 216f900ed9..e7475d392e 100644 --- a/packages/jest-runtime/src/__tests__/test_root/module_dir/module_dir_module.js +++ b/packages/jest-runtime/src/__tests__/test_root/module_dir/module_dir_module.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/module_dir/my-module/core.js b/packages/jest-runtime/src/__tests__/test_root/module_dir/my-module/core.js index 9eb097db53..36018d4364 100644 --- a/packages/jest-runtime/src/__tests__/test_root/module_dir/my-module/core.js +++ b/packages/jest-runtime/src/__tests__/test_root/module_dir/my-module/core.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/modules_with_main/export_main.js b/packages/jest-runtime/src/__tests__/test_root/modules_with_main/export_main.js index 6839ab0bd5..f761c77651 100644 --- a/packages/jest-runtime/src/__tests__/test_root/modules_with_main/export_main.js +++ b/packages/jest-runtime/src/__tests__/test_root/modules_with_main/export_main.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/modules_with_main/re_export_main.js b/packages/jest-runtime/src/__tests__/test_root/modules_with_main/re_export_main.js index 267482d17e..e813c4e45c 100644 --- a/packages/jest-runtime/src/__tests__/test_root/modules_with_main/re_export_main.js +++ b/packages/jest-runtime/src/__tests__/test_root/modules_with_main/re_export_main.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/nested1/nested2/nested3.js b/packages/jest-runtime/src/__tests__/test_root/nested1/nested2/nested3.js index df9e61efb4..a958558bec 100644 --- a/packages/jest-runtime/src/__tests__/test_root/nested1/nested2/nested3.js +++ b/packages/jest-runtime/src/__tests__/test_root/nested1/nested2/nested3.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/node_modules/jest-resolve-test/browser.js b/packages/jest-runtime/src/__tests__/test_root/node_modules/jest-resolve-test/browser.js index 4f06a53fd7..7c2a3c5fe5 100644 --- a/packages/jest-runtime/src/__tests__/test_root/node_modules/jest-resolve-test/browser.js +++ b/packages/jest-runtime/src/__tests__/test_root/node_modules/jest-resolve-test/browser.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/node_modules/jest-resolve-test/node.js b/packages/jest-runtime/src/__tests__/test_root/node_modules/jest-resolve-test/node.js index 793651797e..c9b9d6e5f7 100644 --- a/packages/jest-runtime/src/__tests__/test_root/node_modules/jest-resolve-test/node.js +++ b/packages/jest-runtime/src/__tests__/test_root/node_modules/jest-resolve-test/node.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/node_modules/mocked-node-module/index.js b/packages/jest-runtime/src/__tests__/test_root/node_modules/mocked-node-module/index.js index 5effbf0077..9f2fd9be3f 100644 --- a/packages/jest-runtime/src/__tests__/test_root/node_modules/mocked-node-module/index.js +++ b/packages/jest-runtime/src/__tests__/test_root/node_modules/mocked-node-module/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/node_modules/module-needing-parent/index.js b/packages/jest-runtime/src/__tests__/test_root/node_modules/module-needing-parent/index.js index 6ec3ca14d7..4872253e73 100644 --- a/packages/jest-runtime/src/__tests__/test_root/node_modules/module-needing-parent/index.js +++ b/packages/jest-runtime/src/__tests__/test_root/node_modules/module-needing-parent/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/node_modules/module-needing-parent/node_modules/parent-module/index.js b/packages/jest-runtime/src/__tests__/test_root/node_modules/module-needing-parent/node_modules/parent-module/index.js index 6b37aac19c..4b7a760427 100644 --- a/packages/jest-runtime/src/__tests__/test_root/node_modules/module-needing-parent/node_modules/parent-module/index.js +++ b/packages/jest-runtime/src/__tests__/test_root/node_modules/module-needing-parent/node_modules/parent-module/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/node_modules/not-a-haste-package/core.js b/packages/jest-runtime/src/__tests__/test_root/node_modules/not-a-haste-package/core.js index 9eb097db53..36018d4364 100644 --- a/packages/jest-runtime/src/__tests__/test_root/node_modules/not-a-haste-package/core.js +++ b/packages/jest-runtime/src/__tests__/test_root/node_modules/not-a-haste-package/core.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/node_modules/npm3-main-dep/index.js b/packages/jest-runtime/src/__tests__/test_root/node_modules/npm3-main-dep/index.js index 08462df099..ef7242bfdd 100644 --- a/packages/jest-runtime/src/__tests__/test_root/node_modules/npm3-main-dep/index.js +++ b/packages/jest-runtime/src/__tests__/test_root/node_modules/npm3-main-dep/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/node_modules/npm3-transitive-dep/index.js b/packages/jest-runtime/src/__tests__/test_root/node_modules/npm3-transitive-dep/index.js index d5dc7e116b..f047a8c05b 100644 --- a/packages/jest-runtime/src/__tests__/test_root/node_modules/npm3-transitive-dep/index.js +++ b/packages/jest-runtime/src/__tests__/test_root/node_modules/npm3-transitive-dep/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/node_modules/npm3-transitive-dep/internal-code.js b/packages/jest-runtime/src/__tests__/test_root/node_modules/npm3-transitive-dep/internal-code.js index 013b9764bf..263f2402bf 100644 --- a/packages/jest-runtime/src/__tests__/test_root/node_modules/npm3-transitive-dep/internal-code.js +++ b/packages/jest-runtime/src/__tests__/test_root/node_modules/npm3-transitive-dep/internal-code.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/node_modules/parent-module/index.js b/packages/jest-runtime/src/__tests__/test_root/node_modules/parent-module/index.js index d31992e217..5bf4290b63 100644 --- a/packages/jest-runtime/src/__tests__/test_root/node_modules/parent-module/index.js +++ b/packages/jest-runtime/src/__tests__/test_root/node_modules/parent-module/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/platform/Platform.android.js b/packages/jest-runtime/src/__tests__/test_root/platform/Platform.android.js index 3bcff35f5d..a2d4df4988 100644 --- a/packages/jest-runtime/src/__tests__/test_root/platform/Platform.android.js +++ b/packages/jest-runtime/src/__tests__/test_root/platform/Platform.android.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/platform/Platform.ios.js b/packages/jest-runtime/src/__tests__/test_root/platform/Platform.ios.js index db7f9ae331..609323dab3 100644 --- a/packages/jest-runtime/src/__tests__/test_root/platform/Platform.ios.js +++ b/packages/jest-runtime/src/__tests__/test_root/platform/Platform.ios.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/platform/Platform.js b/packages/jest-runtime/src/__tests__/test_root/platform/Platform.js index e700e00b06..a0e7d42983 100644 --- a/packages/jest-runtime/src/__tests__/test_root/platform/Platform.js +++ b/packages/jest-runtime/src/__tests__/test_root/platform/Platform.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/platform/Platform.native.js b/packages/jest-runtime/src/__tests__/test_root/platform/Platform.native.js index ad5e7db013..1ae864b751 100644 --- a/packages/jest-runtime/src/__tests__/test_root/platform/Platform.native.js +++ b/packages/jest-runtime/src/__tests__/test_root/platform/Platform.native.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/require-by-name.js b/packages/jest-runtime/src/__tests__/test_root/require-by-name.js index 793879bcfa..ce4902eefe 100644 --- a/packages/jest-runtime/src/__tests__/test_root/require-by-name.js +++ b/packages/jest-runtime/src/__tests__/test_root/require-by-name.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/resolve_and_require_outside.js b/packages/jest-runtime/src/__tests__/test_root/resolve_and_require_outside.js index 05c7c2cd61..d675ca63fd 100644 --- a/packages/jest-runtime/src/__tests__/test_root/resolve_and_require_outside.js +++ b/packages/jest-runtime/src/__tests__/test_root/resolve_and_require_outside.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/resolve_mapped.js b/packages/jest-runtime/src/__tests__/test_root/resolve_mapped.js index 377e18fcaa..bdc5b52949 100644 --- a/packages/jest-runtime/src/__tests__/test_root/resolve_mapped.js +++ b/packages/jest-runtime/src/__tests__/test_root/resolve_mapped.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/resolve_self.js b/packages/jest-runtime/src/__tests__/test_root/resolve_self.js index 63195879cf..027e0280f8 100644 --- a/packages/jest-runtime/src/__tests__/test_root/resolve_self.js +++ b/packages/jest-runtime/src/__tests__/test_root/resolve_self.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/root.js b/packages/jest-runtime/src/__tests__/test_root/root.js index 73594b8d9e..005ef98f21 100644 --- a/packages/jest-runtime/src/__tests__/test_root/root.js +++ b/packages/jest-runtime/src/__tests__/test_root/root.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/sourcemaps/out/throwing-mapped-fn.js b/packages/jest-runtime/src/__tests__/test_root/sourcemaps/out/throwing-mapped-fn.js index 811ef31e58..2dda1e97b6 100644 --- a/packages/jest-runtime/src/__tests__/test_root/sourcemaps/out/throwing-mapped-fn.js +++ b/packages/jest-runtime/src/__tests__/test_root/sourcemaps/out/throwing-mapped-fn.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -12,7 +12,7 @@ Object.defineProperty(exports, '__esModule', { }); exports.sum = sum; /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/sourcemaps/out/throwing-mapped-fn.js.map b/packages/jest-runtime/src/__tests__/test_root/sourcemaps/out/throwing-mapped-fn.js.map index 155ad5b776..dd42ca3165 100644 --- a/packages/jest-runtime/src/__tests__/test_root/sourcemaps/out/throwing-mapped-fn.js.map +++ b/packages/jest-runtime/src/__tests__/test_root/sourcemaps/out/throwing-mapped-fn.js.map @@ -1 +1,15 @@ -{"version":3,"sources":["../throwing-mapped-fn.js"],"names":["sum","Error"],"mappings":";;;;;QAQgBA,G,GAAAA,G;AARhB;;;;;;;;AAQO,SAASA,GAAT,GAAe;AACpB,QAAM,IAAIC,KAAJ,CAAU,aAAV,CAAN;AACD","file":"throwing-mapped-fn.js","sourcesContent":["/**\n * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n */\n\nexport function sum() {\n throw new Error('throwing fn');\n};\n"]} +{ + "version": 3, + "sources": [ + "../throwing-mapped-fn.js" + ], + "names": [ + "sum", + "Error" + ], + "mappings": ";;;;;QAQgBA,G,GAAAA,G;AARhB;;;;;;;;AAQO,SAASA,GAAT,GAAe;AACpB,QAAM,IAAIC,KAAJ,CAAU,aAAV,CAAN;AACD", + "file": "throwing-mapped-fn.js", + "sourcesContent": [ + "/**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the BSD-style license found in the\n * LICENSE file in the root directory of this source tree. An additional grant\n * of patent rights can be found in the PATENTS file in the same directory.\n */\n\nexport function sum() {\n throw new Error('throwing fn');\n};\n" + ] +} diff --git a/packages/jest-runtime/src/__tests__/test_root/sourcemaps/throwing-mapped-fn.js b/packages/jest-runtime/src/__tests__/test_root/sourcemaps/throwing-mapped-fn.js index a8796aa190..4d6be4faf2 100644 --- a/packages/jest-runtime/src/__tests__/test_root/sourcemaps/throwing-mapped-fn.js +++ b/packages/jest-runtime/src/__tests__/test_root/sourcemaps/throwing-mapped-fn.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/subdir2/module_dir/module_dir_module.js b/packages/jest-runtime/src/__tests__/test_root/subdir2/module_dir/module_dir_module.js index ae6b4de1ff..975c59bbfa 100644 --- a/packages/jest-runtime/src/__tests__/test_root/subdir2/module_dir/module_dir_module.js +++ b/packages/jest-runtime/src/__tests__/test_root/subdir2/module_dir/module_dir_module.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/subdir2/module_dir/my-module/core.js b/packages/jest-runtime/src/__tests__/test_root/subdir2/module_dir/my-module/core.js index 9eb097db53..36018d4364 100644 --- a/packages/jest-runtime/src/__tests__/test_root/subdir2/module_dir/my-module/core.js +++ b/packages/jest-runtime/src/__tests__/test_root/subdir2/module_dir/my-module/core.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/test_json_preprocessor.js b/packages/jest-runtime/src/__tests__/test_root/test_json_preprocessor.js index 7597efa50e..468d225ea2 100644 --- a/packages/jest-runtime/src/__tests__/test_root/test_json_preprocessor.js +++ b/packages/jest-runtime/src/__tests__/test_root/test_json_preprocessor.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/test_preprocessor.js b/packages/jest-runtime/src/__tests__/test_root/test_preprocessor.js index f5ce630fc1..b4ed70d859 100644 --- a/packages/jest-runtime/src/__tests__/test_root/test_preprocessor.js +++ b/packages/jest-runtime/src/__tests__/test_root/test_preprocessor.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/throwing.js b/packages/jest-runtime/src/__tests__/test_root/throwing.js index 9b40a996ea..feb4ffc089 100644 --- a/packages/jest-runtime/src/__tests__/test_root/throwing.js +++ b/packages/jest-runtime/src/__tests__/test_root/throwing.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/throwing_fn.js b/packages/jest-runtime/src/__tests__/test_root/throwing_fn.js index edce45dfc3..6ea08429d8 100644 --- a/packages/jest-runtime/src/__tests__/test_root/throwing_fn.js +++ b/packages/jest-runtime/src/__tests__/test_root/throwing_fn.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root/utf8_with_bom.js b/packages/jest-runtime/src/__tests__/test_root/utf8_with_bom.js index 850c123f1c..386d1f126c 100644 --- a/packages/jest-runtime/src/__tests__/test_root/utf8_with_bom.js +++ b/packages/jest-runtime/src/__tests__/test_root/utf8_with_bom.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root_with_dup_mocks/subdir1/__mocks__/my_module.js b/packages/jest-runtime/src/__tests__/test_root_with_dup_mocks/subdir1/__mocks__/my_module.js index 0d16777de5..e19a3e52dd 100644 --- a/packages/jest-runtime/src/__tests__/test_root_with_dup_mocks/subdir1/__mocks__/my_module.js +++ b/packages/jest-runtime/src/__tests__/test_root_with_dup_mocks/subdir1/__mocks__/my_module.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root_with_dup_mocks/subdir1/my_module.js b/packages/jest-runtime/src/__tests__/test_root_with_dup_mocks/subdir1/my_module.js index ba2f144f67..50f8a6ea68 100644 --- a/packages/jest-runtime/src/__tests__/test_root_with_dup_mocks/subdir1/my_module.js +++ b/packages/jest-runtime/src/__tests__/test_root_with_dup_mocks/subdir1/my_module.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root_with_dup_mocks/subdir2/__mocks__/my_module.js b/packages/jest-runtime/src/__tests__/test_root_with_dup_mocks/subdir2/__mocks__/my_module.js index 4002d0a8d0..569ee7b334 100644 --- a/packages/jest-runtime/src/__tests__/test_root_with_dup_mocks/subdir2/__mocks__/my_module.js +++ b/packages/jest-runtime/src/__tests__/test_root_with_dup_mocks/subdir2/__mocks__/my_module.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root_with_dup_mocks/subdir2/module_dir/module_dir_module.js b/packages/jest-runtime/src/__tests__/test_root_with_dup_mocks/subdir2/module_dir/module_dir_module.js index ae6b4de1ff..975c59bbfa 100644 --- a/packages/jest-runtime/src/__tests__/test_root_with_dup_mocks/subdir2/module_dir/module_dir_module.js +++ b/packages/jest-runtime/src/__tests__/test_root_with_dup_mocks/subdir2/module_dir/module_dir_module.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/__tests__/test_root_with_dup_mocks/subdir2/my_module.js b/packages/jest-runtime/src/__tests__/test_root_with_dup_mocks/subdir2/my_module.js index 46c222e419..36ac5b8cef 100644 --- a/packages/jest-runtime/src/__tests__/test_root_with_dup_mocks/subdir2/my_module.js +++ b/packages/jest-runtime/src/__tests__/test_root_with_dup_mocks/subdir2/my_module.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/helpers.ts b/packages/jest-runtime/src/helpers.ts index a6bb239bf5..bf73bd1aca 100644 --- a/packages/jest-runtime/src/helpers.ts +++ b/packages/jest-runtime/src/helpers.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-runtime/src/index.ts b/packages/jest-runtime/src/index.ts index fe3a5fb81f..f33a894327 100644 --- a/packages/jest-runtime/src/index.ts +++ b/packages/jest-runtime/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-schemas/src/index.ts b/packages/jest-schemas/src/index.ts index 420d784b96..4b4aeac8cb 100644 --- a/packages/jest-schemas/src/index.ts +++ b/packages/jest-schemas/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-snapshot/__typetests__/SnapshotResolver.test.ts b/packages/jest-snapshot/__typetests__/SnapshotResolver.test.ts index 4d81c83947..dc7aaa40b3 100644 --- a/packages/jest-snapshot/__typetests__/SnapshotResolver.test.ts +++ b/packages/jest-snapshot/__typetests__/SnapshotResolver.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-snapshot/__typetests__/matchers.test.ts b/packages/jest-snapshot/__typetests__/matchers.test.ts index 660789233b..8e4dd53dcb 100644 --- a/packages/jest-snapshot/__typetests__/matchers.test.ts +++ b/packages/jest-snapshot/__typetests__/matchers.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-snapshot/src/InlineSnapshots.ts b/packages/jest-snapshot/src/InlineSnapshots.ts index a2a7cd2b8b..e9a601591b 100644 --- a/packages/jest-snapshot/src/InlineSnapshots.ts +++ b/packages/jest-snapshot/src/InlineSnapshots.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-snapshot/src/SnapshotResolver.ts b/packages/jest-snapshot/src/SnapshotResolver.ts index e0fd4c37cb..7abfe5e653 100644 --- a/packages/jest-snapshot/src/SnapshotResolver.ts +++ b/packages/jest-snapshot/src/SnapshotResolver.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-snapshot/src/State.ts b/packages/jest-snapshot/src/State.ts index e216b79fc7..99b9a8e237 100644 --- a/packages/jest-snapshot/src/State.ts +++ b/packages/jest-snapshot/src/State.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-snapshot/src/__tests__/InlineSnapshots.test.ts b/packages/jest-snapshot/src/__tests__/InlineSnapshots.test.ts index a39ad6b15d..c4eca34fcf 100644 --- a/packages/jest-snapshot/src/__tests__/InlineSnapshots.test.ts +++ b/packages/jest-snapshot/src/__tests__/InlineSnapshots.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-snapshot/src/__tests__/SnapshotResolver.test.ts b/packages/jest-snapshot/src/__tests__/SnapshotResolver.test.ts index 1fa5786fe5..dc5ac2cb03 100644 --- a/packages/jest-snapshot/src/__tests__/SnapshotResolver.test.ts +++ b/packages/jest-snapshot/src/__tests__/SnapshotResolver.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-snapshot/src/__tests__/dedentLines.test.ts b/packages/jest-snapshot/src/__tests__/dedentLines.test.ts index 9c98bd5395..15f09f470d 100644 --- a/packages/jest-snapshot/src/__tests__/dedentLines.test.ts +++ b/packages/jest-snapshot/src/__tests__/dedentLines.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-snapshot/src/__tests__/fixtures/customSnapshotResolver-inconsistent-fns.js b/packages/jest-snapshot/src/__tests__/fixtures/customSnapshotResolver-inconsistent-fns.js index 538cf1cb6b..2144852b41 100644 --- a/packages/jest-snapshot/src/__tests__/fixtures/customSnapshotResolver-inconsistent-fns.js +++ b/packages/jest-snapshot/src/__tests__/fixtures/customSnapshotResolver-inconsistent-fns.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-snapshot/src/__tests__/fixtures/customSnapshotResolver-missing-resolveSnapshotPath.js b/packages/jest-snapshot/src/__tests__/fixtures/customSnapshotResolver-missing-resolveSnapshotPath.js index e9d2d80c8a..ccd96fc710 100644 --- a/packages/jest-snapshot/src/__tests__/fixtures/customSnapshotResolver-missing-resolveSnapshotPath.js +++ b/packages/jest-snapshot/src/__tests__/fixtures/customSnapshotResolver-missing-resolveSnapshotPath.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-snapshot/src/__tests__/fixtures/customSnapshotResolver-missing-resolveTestPath.js b/packages/jest-snapshot/src/__tests__/fixtures/customSnapshotResolver-missing-resolveTestPath.js index cb50b9dc5c..50043433c5 100644 --- a/packages/jest-snapshot/src/__tests__/fixtures/customSnapshotResolver-missing-resolveTestPath.js +++ b/packages/jest-snapshot/src/__tests__/fixtures/customSnapshotResolver-missing-resolveTestPath.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-snapshot/src/__tests__/fixtures/customSnapshotResolver-missing-test-path-for-consistency-check.js b/packages/jest-snapshot/src/__tests__/fixtures/customSnapshotResolver-missing-test-path-for-consistency-check.js index 9ebe61479c..c1d743c9b0 100644 --- a/packages/jest-snapshot/src/__tests__/fixtures/customSnapshotResolver-missing-test-path-for-consistency-check.js +++ b/packages/jest-snapshot/src/__tests__/fixtures/customSnapshotResolver-missing-test-path-for-consistency-check.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-snapshot/src/__tests__/fixtures/customSnapshotResolver.js b/packages/jest-snapshot/src/__tests__/fixtures/customSnapshotResolver.js index 6b2dfc60c1..f4c78edd78 100644 --- a/packages/jest-snapshot/src/__tests__/fixtures/customSnapshotResolver.js +++ b/packages/jest-snapshot/src/__tests__/fixtures/customSnapshotResolver.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-snapshot/src/__tests__/matcher.test.ts b/packages/jest-snapshot/src/__tests__/matcher.test.ts index 58320e021b..96dac4c0a4 100644 --- a/packages/jest-snapshot/src/__tests__/matcher.test.ts +++ b/packages/jest-snapshot/src/__tests__/matcher.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-snapshot/src/__tests__/mockSerializer.test.ts b/packages/jest-snapshot/src/__tests__/mockSerializer.test.ts index 454229f906..f9cc4b67b5 100644 --- a/packages/jest-snapshot/src/__tests__/mockSerializer.test.ts +++ b/packages/jest-snapshot/src/__tests__/mockSerializer.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-snapshot/src/__tests__/plugins.test.ts b/packages/jest-snapshot/src/__tests__/plugins.test.ts index 86095a6273..f776f5ffd3 100644 --- a/packages/jest-snapshot/src/__tests__/plugins.test.ts +++ b/packages/jest-snapshot/src/__tests__/plugins.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-snapshot/src/__tests__/plugins/bar.js b/packages/jest-snapshot/src/__tests__/plugins/bar.js index efc99fb0ad..f7f4afe8cd 100644 --- a/packages/jest-snapshot/src/__tests__/plugins/bar.js +++ b/packages/jest-snapshot/src/__tests__/plugins/bar.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-snapshot/src/__tests__/plugins/foo.js b/packages/jest-snapshot/src/__tests__/plugins/foo.js index efc99fb0ad..f7f4afe8cd 100644 --- a/packages/jest-snapshot/src/__tests__/plugins/foo.js +++ b/packages/jest-snapshot/src/__tests__/plugins/foo.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-snapshot/src/__tests__/printSnapshot.test.ts b/packages/jest-snapshot/src/__tests__/printSnapshot.test.ts index 1a2ccfd638..7e6955895e 100644 --- a/packages/jest-snapshot/src/__tests__/printSnapshot.test.ts +++ b/packages/jest-snapshot/src/__tests__/printSnapshot.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-snapshot/src/__tests__/throwMatcher.test.ts b/packages/jest-snapshot/src/__tests__/throwMatcher.test.ts index 6b2897e818..9293e8e247 100644 --- a/packages/jest-snapshot/src/__tests__/throwMatcher.test.ts +++ b/packages/jest-snapshot/src/__tests__/throwMatcher.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-snapshot/src/__tests__/utils.test.ts b/packages/jest-snapshot/src/__tests__/utils.test.ts index 411af5da24..9bf0a57c19 100644 --- a/packages/jest-snapshot/src/__tests__/utils.test.ts +++ b/packages/jest-snapshot/src/__tests__/utils.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-snapshot/src/colors.ts b/packages/jest-snapshot/src/colors.ts index 5f62153568..271d2b96dd 100644 --- a/packages/jest-snapshot/src/colors.ts +++ b/packages/jest-snapshot/src/colors.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-snapshot/src/dedentLines.ts b/packages/jest-snapshot/src/dedentLines.ts index 02a38ac263..7ac07c05be 100644 --- a/packages/jest-snapshot/src/dedentLines.ts +++ b/packages/jest-snapshot/src/dedentLines.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-snapshot/src/index.ts b/packages/jest-snapshot/src/index.ts index e5cb59da15..5e58f1c7f2 100644 --- a/packages/jest-snapshot/src/index.ts +++ b/packages/jest-snapshot/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-snapshot/src/mockSerializer.ts b/packages/jest-snapshot/src/mockSerializer.ts index 2fa0e0d928..bdc0c73381 100644 --- a/packages/jest-snapshot/src/mockSerializer.ts +++ b/packages/jest-snapshot/src/mockSerializer.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-snapshot/src/plugins.ts b/packages/jest-snapshot/src/plugins.ts index 530af15dc1..d55b87b614 100644 --- a/packages/jest-snapshot/src/plugins.ts +++ b/packages/jest-snapshot/src/plugins.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-snapshot/src/printSnapshot.ts b/packages/jest-snapshot/src/printSnapshot.ts index 5672bbaa90..c989182e56 100644 --- a/packages/jest-snapshot/src/printSnapshot.ts +++ b/packages/jest-snapshot/src/printSnapshot.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-snapshot/src/types.ts b/packages/jest-snapshot/src/types.ts index 43a2e35f19..ee0da9659c 100644 --- a/packages/jest-snapshot/src/types.ts +++ b/packages/jest-snapshot/src/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-snapshot/src/utils.ts b/packages/jest-snapshot/src/utils.ts index 9e4effc813..ddafe4bd94 100644 --- a/packages/jest-snapshot/src/utils.ts +++ b/packages/jest-snapshot/src/utils.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-source-map/src/__tests__/getCallsite.test.ts b/packages/jest-source-map/src/__tests__/getCallsite.test.ts index 2ad5847464..aad63efbb4 100644 --- a/packages/jest-source-map/src/__tests__/getCallsite.test.ts +++ b/packages/jest-source-map/src/__tests__/getCallsite.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-source-map/src/getCallsite.ts b/packages/jest-source-map/src/getCallsite.ts index 19134bdcba..6b8998e654 100644 --- a/packages/jest-source-map/src/getCallsite.ts +++ b/packages/jest-source-map/src/getCallsite.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-source-map/src/index.ts b/packages/jest-source-map/src/index.ts index 37a0bc1d52..aac657b301 100644 --- a/packages/jest-source-map/src/index.ts +++ b/packages/jest-source-map/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-source-map/src/types.ts b/packages/jest-source-map/src/types.ts index 8ea2f235f8..2a8939486b 100644 --- a/packages/jest-source-map/src/types.ts +++ b/packages/jest-source-map/src/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-test-result/src/__tests__/formatTestResults.test.ts b/packages/jest-test-result/src/__tests__/formatTestResults.test.ts index 0791d52420..5ff253c3ab 100644 --- a/packages/jest-test-result/src/__tests__/formatTestResults.test.ts +++ b/packages/jest-test-result/src/__tests__/formatTestResults.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-test-result/src/formatTestResults.ts b/packages/jest-test-result/src/formatTestResults.ts index 6e43024169..6347d05821 100644 --- a/packages/jest-test-result/src/formatTestResults.ts +++ b/packages/jest-test-result/src/formatTestResults.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-test-result/src/helpers.ts b/packages/jest-test-result/src/helpers.ts index 882c49c5db..0ad284e7c7 100644 --- a/packages/jest-test-result/src/helpers.ts +++ b/packages/jest-test-result/src/helpers.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-test-result/src/index.ts b/packages/jest-test-result/src/index.ts index 13f1db6c30..2c73346c19 100644 --- a/packages/jest-test-result/src/index.ts +++ b/packages/jest-test-result/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-test-result/src/types.ts b/packages/jest-test-result/src/types.ts index aa369fc717..3bb763d14b 100644 --- a/packages/jest-test-result/src/types.ts +++ b/packages/jest-test-result/src/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-test-sequencer/src/__tests__/test_sequencer.test.ts b/packages/jest-test-sequencer/src/__tests__/test_sequencer.test.ts index 87a6b8157f..15b58ccc8d 100644 --- a/packages/jest-test-sequencer/src/__tests__/test_sequencer.test.ts +++ b/packages/jest-test-sequencer/src/__tests__/test_sequencer.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-test-sequencer/src/index.ts b/packages/jest-test-sequencer/src/index.ts index 7369397a8b..8c6ab5c327 100644 --- a/packages/jest-test-sequencer/src/index.ts +++ b/packages/jest-test-sequencer/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-transform/src/ScriptTransformer.ts b/packages/jest-transform/src/ScriptTransformer.ts index 7e800a6b72..a73015488b 100644 --- a/packages/jest-transform/src/ScriptTransformer.ts +++ b/packages/jest-transform/src/ScriptTransformer.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-transform/src/__tests__/ScriptTransformer.test.ts b/packages/jest-transform/src/__tests__/ScriptTransformer.test.ts index 9db2f688f7..592db33fce 100644 --- a/packages/jest-transform/src/__tests__/ScriptTransformer.test.ts +++ b/packages/jest-transform/src/__tests__/ScriptTransformer.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-transform/src/__tests__/shouldInstrument.test.ts b/packages/jest-transform/src/__tests__/shouldInstrument.test.ts index a234e11975..c570fa053b 100644 --- a/packages/jest-transform/src/__tests__/shouldInstrument.test.ts +++ b/packages/jest-transform/src/__tests__/shouldInstrument.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-transform/src/enhanceUnexpectedTokenMessage.ts b/packages/jest-transform/src/enhanceUnexpectedTokenMessage.ts index 27d5c7381c..2cbd4319d2 100644 --- a/packages/jest-transform/src/enhanceUnexpectedTokenMessage.ts +++ b/packages/jest-transform/src/enhanceUnexpectedTokenMessage.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-transform/src/index.ts b/packages/jest-transform/src/index.ts index 3ea57ce07c..2125773c57 100644 --- a/packages/jest-transform/src/index.ts +++ b/packages/jest-transform/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-transform/src/runtimeErrorsAndWarnings.ts b/packages/jest-transform/src/runtimeErrorsAndWarnings.ts index 72f80a68d0..0d6d816c6f 100644 --- a/packages/jest-transform/src/runtimeErrorsAndWarnings.ts +++ b/packages/jest-transform/src/runtimeErrorsAndWarnings.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-transform/src/shouldInstrument.ts b/packages/jest-transform/src/shouldInstrument.ts index d741dd5522..0850d103b6 100644 --- a/packages/jest-transform/src/shouldInstrument.ts +++ b/packages/jest-transform/src/shouldInstrument.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-transform/src/types.ts b/packages/jest-transform/src/types.ts index c92dc453a4..aa37fa5b45 100644 --- a/packages/jest-transform/src/types.ts +++ b/packages/jest-transform/src/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-types/__typetests__/config.test.ts b/packages/jest-types/__typetests__/config.test.ts index 0dd56d024c..e1860a7ffe 100644 --- a/packages/jest-types/__typetests__/config.test.ts +++ b/packages/jest-types/__typetests__/config.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-types/__typetests__/each.test.ts b/packages/jest-types/__typetests__/each.test.ts index cc3965cd3e..c5ac2c18bf 100644 --- a/packages/jest-types/__typetests__/each.test.ts +++ b/packages/jest-types/__typetests__/each.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-types/__typetests__/expect.test.ts b/packages/jest-types/__typetests__/expect.test.ts index e1178fc54b..dbed505d98 100644 --- a/packages/jest-types/__typetests__/expect.test.ts +++ b/packages/jest-types/__typetests__/expect.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-types/__typetests__/globals.test.ts b/packages/jest-types/__typetests__/globals.test.ts index 0694a1fe0d..a96920a65c 100644 --- a/packages/jest-types/__typetests__/globals.test.ts +++ b/packages/jest-types/__typetests__/globals.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-types/__typetests__/jest.test.ts b/packages/jest-types/__typetests__/jest.test.ts index 6f9eafa217..6a1042a454 100644 --- a/packages/jest-types/__typetests__/jest.test.ts +++ b/packages/jest-types/__typetests__/jest.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-types/src/Circus.ts b/packages/jest-types/src/Circus.ts index c94c74a20e..21f3a2bd1b 100644 --- a/packages/jest-types/src/Circus.ts +++ b/packages/jest-types/src/Circus.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-types/src/Config.ts b/packages/jest-types/src/Config.ts index d0a62f3e43..dff27f7080 100644 --- a/packages/jest-types/src/Config.ts +++ b/packages/jest-types/src/Config.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-types/src/Global.ts b/packages/jest-types/src/Global.ts index 87b9449be2..ea15a03691 100644 --- a/packages/jest-types/src/Global.ts +++ b/packages/jest-types/src/Global.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-types/src/TestResult.ts b/packages/jest-types/src/TestResult.ts index 29d6bdf75b..62f6c42399 100644 --- a/packages/jest-types/src/TestResult.ts +++ b/packages/jest-types/src/TestResult.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-types/src/Transform.ts b/packages/jest-types/src/Transform.ts index 43e9ff986e..61f4a85ec4 100644 --- a/packages/jest-types/src/Transform.ts +++ b/packages/jest-types/src/Transform.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-types/src/index.ts b/packages/jest-types/src/index.ts index 8255474b61..4847c95651 100644 --- a/packages/jest-types/src/index.ts +++ b/packages/jest-types/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/ErrorWithStack.ts b/packages/jest-util/src/ErrorWithStack.ts index 9ccac1c8aa..e502d2adab 100644 --- a/packages/jest-util/src/ErrorWithStack.ts +++ b/packages/jest-util/src/ErrorWithStack.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/__tests__/convertDescriptorToString.test.ts b/packages/jest-util/src/__tests__/convertDescriptorToString.test.ts index f064d02e3c..02310895e0 100644 --- a/packages/jest-util/src/__tests__/convertDescriptorToString.test.ts +++ b/packages/jest-util/src/__tests__/convertDescriptorToString.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/__tests__/createProcessObject.test.ts b/packages/jest-util/src/__tests__/createProcessObject.test.ts index 6689b49eb3..b3648daa0e 100644 --- a/packages/jest-util/src/__tests__/createProcessObject.test.ts +++ b/packages/jest-util/src/__tests__/createProcessObject.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/__tests__/deepCyclicCopy.test.ts b/packages/jest-util/src/__tests__/deepCyclicCopy.test.ts index 0a5048b006..94eaec98dd 100644 --- a/packages/jest-util/src/__tests__/deepCyclicCopy.test.ts +++ b/packages/jest-util/src/__tests__/deepCyclicCopy.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/__tests__/errorWithStack.test.ts b/packages/jest-util/src/__tests__/errorWithStack.test.ts index e2c79e4de9..40e363ffa6 100644 --- a/packages/jest-util/src/__tests__/errorWithStack.test.ts +++ b/packages/jest-util/src/__tests__/errorWithStack.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/__tests__/formatTime.test.ts b/packages/jest-util/src/__tests__/formatTime.test.ts index a4506d11b2..b698523012 100644 --- a/packages/jest-util/src/__tests__/formatTime.test.ts +++ b/packages/jest-util/src/__tests__/formatTime.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/__tests__/globsToMatcher.test.ts b/packages/jest-util/src/__tests__/globsToMatcher.test.ts index 207c0d0cf2..ca44dc6cf4 100644 --- a/packages/jest-util/src/__tests__/globsToMatcher.test.ts +++ b/packages/jest-util/src/__tests__/globsToMatcher.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/__tests__/installCommonGlobals.test.ts b/packages/jest-util/src/__tests__/installCommonGlobals.test.ts index 40f787feb9..251dce275d 100644 --- a/packages/jest-util/src/__tests__/installCommonGlobals.test.ts +++ b/packages/jest-util/src/__tests__/installCommonGlobals.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/__tests__/isInteractive.test.ts b/packages/jest-util/src/__tests__/isInteractive.test.ts index beb88641ae..ae30240281 100644 --- a/packages/jest-util/src/__tests__/isInteractive.test.ts +++ b/packages/jest-util/src/__tests__/isInteractive.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/__tests__/isPromise.test.ts b/packages/jest-util/src/__tests__/isPromise.test.ts index 5b2e4854ab..c939e81fdb 100644 --- a/packages/jest-util/src/__tests__/isPromise.test.ts +++ b/packages/jest-util/src/__tests__/isPromise.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/clearLine.ts b/packages/jest-util/src/clearLine.ts index 24431d4517..10928e06d3 100644 --- a/packages/jest-util/src/clearLine.ts +++ b/packages/jest-util/src/clearLine.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/convertDescriptorToString.ts b/packages/jest-util/src/convertDescriptorToString.ts index 1cb7f38253..a03dcf7482 100644 --- a/packages/jest-util/src/convertDescriptorToString.ts +++ b/packages/jest-util/src/convertDescriptorToString.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/createDirectory.ts b/packages/jest-util/src/createDirectory.ts index 6e010e3110..a4888fe434 100644 --- a/packages/jest-util/src/createDirectory.ts +++ b/packages/jest-util/src/createDirectory.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/createProcessObject.ts b/packages/jest-util/src/createProcessObject.ts index 446d3693af..1cb8b26d76 100644 --- a/packages/jest-util/src/createProcessObject.ts +++ b/packages/jest-util/src/createProcessObject.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/deepCyclicCopy.ts b/packages/jest-util/src/deepCyclicCopy.ts index 53077c33c2..7c681640ef 100644 --- a/packages/jest-util/src/deepCyclicCopy.ts +++ b/packages/jest-util/src/deepCyclicCopy.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/formatTime.ts b/packages/jest-util/src/formatTime.ts index 4242d36588..733846d5ec 100644 --- a/packages/jest-util/src/formatTime.ts +++ b/packages/jest-util/src/formatTime.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/globsToMatcher.ts b/packages/jest-util/src/globsToMatcher.ts index 4caa27455c..527c770deb 100644 --- a/packages/jest-util/src/globsToMatcher.ts +++ b/packages/jest-util/src/globsToMatcher.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/index.ts b/packages/jest-util/src/index.ts index da313207fe..1e73c92e0d 100644 --- a/packages/jest-util/src/index.ts +++ b/packages/jest-util/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/installCommonGlobals.ts b/packages/jest-util/src/installCommonGlobals.ts index f84e91af4a..4920d949dc 100644 --- a/packages/jest-util/src/installCommonGlobals.ts +++ b/packages/jest-util/src/installCommonGlobals.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/interopRequireDefault.ts b/packages/jest-util/src/interopRequireDefault.ts index 535f8ec73f..b83cb3aba4 100644 --- a/packages/jest-util/src/interopRequireDefault.ts +++ b/packages/jest-util/src/interopRequireDefault.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/isInteractive.ts b/packages/jest-util/src/isInteractive.ts index 97c5d1e9a9..0cdfbb2a9f 100644 --- a/packages/jest-util/src/isInteractive.ts +++ b/packages/jest-util/src/isInteractive.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/isPromise.ts b/packages/jest-util/src/isPromise.ts index 84d999fbeb..7bcd8082ef 100644 --- a/packages/jest-util/src/isPromise.ts +++ b/packages/jest-util/src/isPromise.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/pluralize.ts b/packages/jest-util/src/pluralize.ts index 1c283665fb..42c1242a77 100644 --- a/packages/jest-util/src/pluralize.ts +++ b/packages/jest-util/src/pluralize.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/preRunMessage.ts b/packages/jest-util/src/preRunMessage.ts index dd02046674..a405a8538a 100644 --- a/packages/jest-util/src/preRunMessage.ts +++ b/packages/jest-util/src/preRunMessage.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/replacePathSepForGlob.ts b/packages/jest-util/src/replacePathSepForGlob.ts index 7ec8a1d97b..3a0ca627e6 100644 --- a/packages/jest-util/src/replacePathSepForGlob.ts +++ b/packages/jest-util/src/replacePathSepForGlob.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/requireOrImportModule.ts b/packages/jest-util/src/requireOrImportModule.ts index 13311cc84b..ed323338a9 100644 --- a/packages/jest-util/src/requireOrImportModule.ts +++ b/packages/jest-util/src/requireOrImportModule.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/setGlobal.ts b/packages/jest-util/src/setGlobal.ts index 78fe7eb75c..4daa5132ec 100644 --- a/packages/jest-util/src/setGlobal.ts +++ b/packages/jest-util/src/setGlobal.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/specialChars.ts b/packages/jest-util/src/specialChars.ts index 0319f58501..2ebc204304 100644 --- a/packages/jest-util/src/specialChars.ts +++ b/packages/jest-util/src/specialChars.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/testPathPatternToRegExp.ts b/packages/jest-util/src/testPathPatternToRegExp.ts index 8b3d67f79b..433779ab20 100644 --- a/packages/jest-util/src/testPathPatternToRegExp.ts +++ b/packages/jest-util/src/testPathPatternToRegExp.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-util/src/tryRealpath.ts b/packages/jest-util/src/tryRealpath.ts index b5b1fcc68c..711a916560 100644 --- a/packages/jest-util/src/tryRealpath.ts +++ b/packages/jest-util/src/tryRealpath.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-validate/src/__tests__/__fixtures__/jestConfig.ts b/packages/jest-validate/src/__tests__/__fixtures__/jestConfig.ts index 0d6fa2279e..fd5bdb0045 100644 --- a/packages/jest-validate/src/__tests__/__fixtures__/jestConfig.ts +++ b/packages/jest-validate/src/__tests__/__fixtures__/jestConfig.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-validate/src/__tests__/validate.test.ts b/packages/jest-validate/src/__tests__/validate.test.ts index e00e2609ad..53d8847aa1 100644 --- a/packages/jest-validate/src/__tests__/validate.test.ts +++ b/packages/jest-validate/src/__tests__/validate.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-validate/src/__tests__/validateCLIOptions.test.ts b/packages/jest-validate/src/__tests__/validateCLIOptions.test.ts index f563d3c97f..51f92528a9 100644 --- a/packages/jest-validate/src/__tests__/validateCLIOptions.test.ts +++ b/packages/jest-validate/src/__tests__/validateCLIOptions.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-validate/src/condition.ts b/packages/jest-validate/src/condition.ts index 6352e7fe22..b79abc0a91 100644 --- a/packages/jest-validate/src/condition.ts +++ b/packages/jest-validate/src/condition.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-validate/src/defaultConfig.ts b/packages/jest-validate/src/defaultConfig.ts index 0fdaaca05d..8f12d885b8 100644 --- a/packages/jest-validate/src/defaultConfig.ts +++ b/packages/jest-validate/src/defaultConfig.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-validate/src/deprecated.ts b/packages/jest-validate/src/deprecated.ts index 695c6847a6..a3b505c118 100644 --- a/packages/jest-validate/src/deprecated.ts +++ b/packages/jest-validate/src/deprecated.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-validate/src/errors.ts b/packages/jest-validate/src/errors.ts index 4090bab56b..1a40218c8b 100644 --- a/packages/jest-validate/src/errors.ts +++ b/packages/jest-validate/src/errors.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-validate/src/exampleConfig.ts b/packages/jest-validate/src/exampleConfig.ts index 143150da1e..2ae34c2ebe 100644 --- a/packages/jest-validate/src/exampleConfig.ts +++ b/packages/jest-validate/src/exampleConfig.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-validate/src/index.ts b/packages/jest-validate/src/index.ts index 08a162613c..d0b76779b1 100644 --- a/packages/jest-validate/src/index.ts +++ b/packages/jest-validate/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-validate/src/types.ts b/packages/jest-validate/src/types.ts index 4c8f6beacd..cefd03bfe9 100644 --- a/packages/jest-validate/src/types.ts +++ b/packages/jest-validate/src/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-validate/src/utils.ts b/packages/jest-validate/src/utils.ts index b91b7ee32e..b8b3f72517 100644 --- a/packages/jest-validate/src/utils.ts +++ b/packages/jest-validate/src/utils.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-validate/src/validate.ts b/packages/jest-validate/src/validate.ts index 923f14efd0..efdeb0f986 100644 --- a/packages/jest-validate/src/validate.ts +++ b/packages/jest-validate/src/validate.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-validate/src/validateCLIOptions.ts b/packages/jest-validate/src/validateCLIOptions.ts index 4987f25d36..5931bcffc3 100644 --- a/packages/jest-validate/src/validateCLIOptions.ts +++ b/packages/jest-validate/src/validateCLIOptions.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-validate/src/warnings.ts b/packages/jest-validate/src/warnings.ts index b89600d6f4..6dee9f6b18 100644 --- a/packages/jest-validate/src/warnings.ts +++ b/packages/jest-validate/src/warnings.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-watcher/src/BaseWatchPlugin.ts b/packages/jest-watcher/src/BaseWatchPlugin.ts index d386cc2726..e7a639ed66 100644 --- a/packages/jest-watcher/src/BaseWatchPlugin.ts +++ b/packages/jest-watcher/src/BaseWatchPlugin.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-watcher/src/JestHooks.ts b/packages/jest-watcher/src/JestHooks.ts index d65b1bdbdf..536f7962fa 100644 --- a/packages/jest-watcher/src/JestHooks.ts +++ b/packages/jest-watcher/src/JestHooks.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-watcher/src/PatternPrompt.ts b/packages/jest-watcher/src/PatternPrompt.ts index aa201dffa7..59bc871766 100644 --- a/packages/jest-watcher/src/PatternPrompt.ts +++ b/packages/jest-watcher/src/PatternPrompt.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-watcher/src/TestWatcher.ts b/packages/jest-watcher/src/TestWatcher.ts index a21a11fd63..3db36fcb68 100644 --- a/packages/jest-watcher/src/TestWatcher.ts +++ b/packages/jest-watcher/src/TestWatcher.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-watcher/src/constants.ts b/packages/jest-watcher/src/constants.ts index e98ed3b2eb..4341bf7175 100644 --- a/packages/jest-watcher/src/constants.ts +++ b/packages/jest-watcher/src/constants.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-watcher/src/index.ts b/packages/jest-watcher/src/index.ts index 0940eb17c8..686da299a3 100644 --- a/packages/jest-watcher/src/index.ts +++ b/packages/jest-watcher/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-watcher/src/lib/Prompt.ts b/packages/jest-watcher/src/lib/Prompt.ts index 00dfeafee7..454e656094 100644 --- a/packages/jest-watcher/src/lib/Prompt.ts +++ b/packages/jest-watcher/src/lib/Prompt.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-watcher/src/lib/__tests__/formatTestNameByPattern.test.ts b/packages/jest-watcher/src/lib/__tests__/formatTestNameByPattern.test.ts index 9a491f8a60..1854e68f8a 100644 --- a/packages/jest-watcher/src/lib/__tests__/formatTestNameByPattern.test.ts +++ b/packages/jest-watcher/src/lib/__tests__/formatTestNameByPattern.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-watcher/src/lib/__tests__/prompt.test.ts b/packages/jest-watcher/src/lib/__tests__/prompt.test.ts index d76cff3270..fa04502056 100644 --- a/packages/jest-watcher/src/lib/__tests__/prompt.test.ts +++ b/packages/jest-watcher/src/lib/__tests__/prompt.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-watcher/src/lib/__tests__/scroll.test.ts b/packages/jest-watcher/src/lib/__tests__/scroll.test.ts index b18b6a2d6e..2e48049789 100644 --- a/packages/jest-watcher/src/lib/__tests__/scroll.test.ts +++ b/packages/jest-watcher/src/lib/__tests__/scroll.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-watcher/src/lib/colorize.ts b/packages/jest-watcher/src/lib/colorize.ts index 680cd75c89..ef2b27aa3a 100644 --- a/packages/jest-watcher/src/lib/colorize.ts +++ b/packages/jest-watcher/src/lib/colorize.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-watcher/src/lib/formatTestNameByPattern.ts b/packages/jest-watcher/src/lib/formatTestNameByPattern.ts index 9c99bfe54e..7a60973052 100644 --- a/packages/jest-watcher/src/lib/formatTestNameByPattern.ts +++ b/packages/jest-watcher/src/lib/formatTestNameByPattern.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-watcher/src/lib/patternModeHelpers.ts b/packages/jest-watcher/src/lib/patternModeHelpers.ts index edb6575daf..20f556cba0 100644 --- a/packages/jest-watcher/src/lib/patternModeHelpers.ts +++ b/packages/jest-watcher/src/lib/patternModeHelpers.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-watcher/src/lib/scroll.ts b/packages/jest-watcher/src/lib/scroll.ts index ae7f2463ff..0066317b7d 100644 --- a/packages/jest-watcher/src/lib/scroll.ts +++ b/packages/jest-watcher/src/lib/scroll.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-watcher/src/types.ts b/packages/jest-watcher/src/types.ts index 5a3843f32d..ed3c1950f6 100644 --- a/packages/jest-watcher/src/types.ts +++ b/packages/jest-watcher/src/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/__benchmarks__/test.js b/packages/jest-worker/__benchmarks__/test.js index f76494f13a..b2aae08a35 100644 --- a/packages/jest-worker/__benchmarks__/test.js +++ b/packages/jest-worker/__benchmarks__/test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/__benchmarks__/workers/jest_worker.js b/packages/jest-worker/__benchmarks__/workers/jest_worker.js index 97b7fc251f..60db9ad535 100644 --- a/packages/jest-worker/__benchmarks__/workers/jest_worker.js +++ b/packages/jest-worker/__benchmarks__/workers/jest_worker.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/__benchmarks__/workers/pi.js b/packages/jest-worker/__benchmarks__/workers/pi.js index c4c7a7bf1f..a9cb95512f 100644 --- a/packages/jest-worker/__benchmarks__/workers/pi.js +++ b/packages/jest-worker/__benchmarks__/workers/pi.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/__benchmarks__/workers/worker_farm.js b/packages/jest-worker/__benchmarks__/workers/worker_farm.js index 9ff29df123..f7bdba678e 100644 --- a/packages/jest-worker/__benchmarks__/workers/worker_farm.js +++ b/packages/jest-worker/__benchmarks__/workers/worker_farm.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/__typetests__/jest-worker.test.ts b/packages/jest-worker/__typetests__/jest-worker.test.ts index ffa872103d..14d634ea80 100644 --- a/packages/jest-worker/__typetests__/jest-worker.test.ts +++ b/packages/jest-worker/__typetests__/jest-worker.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/__typetests__/testWorker.ts b/packages/jest-worker/__typetests__/testWorker.ts index 60839f8a37..c6d7b344bd 100644 --- a/packages/jest-worker/__typetests__/testWorker.ts +++ b/packages/jest-worker/__typetests__/testWorker.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/src/Farm.ts b/packages/jest-worker/src/Farm.ts index 1029bad4b6..ff7e06f48f 100644 --- a/packages/jest-worker/src/Farm.ts +++ b/packages/jest-worker/src/Farm.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/src/FifoQueue.ts b/packages/jest-worker/src/FifoQueue.ts index 3eb4314d21..b21dc1c685 100644 --- a/packages/jest-worker/src/FifoQueue.ts +++ b/packages/jest-worker/src/FifoQueue.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/src/PriorityQueue.ts b/packages/jest-worker/src/PriorityQueue.ts index 5dea1b5618..be6f7b2ace 100644 --- a/packages/jest-worker/src/PriorityQueue.ts +++ b/packages/jest-worker/src/PriorityQueue.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/src/WorkerPool.ts b/packages/jest-worker/src/WorkerPool.ts index 694858b9a8..4ac1da31c7 100644 --- a/packages/jest-worker/src/WorkerPool.ts +++ b/packages/jest-worker/src/WorkerPool.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/src/__tests__/Farm.test.ts b/packages/jest-worker/src/__tests__/Farm.test.ts index 1e1eeddd33..799468660f 100644 --- a/packages/jest-worker/src/__tests__/Farm.test.ts +++ b/packages/jest-worker/src/__tests__/Farm.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/src/__tests__/FifoQueue.test.ts b/packages/jest-worker/src/__tests__/FifoQueue.test.ts index fef85bd3ff..4b7ab70882 100644 --- a/packages/jest-worker/src/__tests__/FifoQueue.test.ts +++ b/packages/jest-worker/src/__tests__/FifoQueue.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/src/__tests__/PriorityQueue.test.ts b/packages/jest-worker/src/__tests__/PriorityQueue.test.ts index f6809aa16f..2b0269a1b9 100644 --- a/packages/jest-worker/src/__tests__/PriorityQueue.test.ts +++ b/packages/jest-worker/src/__tests__/PriorityQueue.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/src/__tests__/WorkerPool.test.ts b/packages/jest-worker/src/__tests__/WorkerPool.test.ts index 5c20a3e1cb..72bf933444 100644 --- a/packages/jest-worker/src/__tests__/WorkerPool.test.ts +++ b/packages/jest-worker/src/__tests__/WorkerPool.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/src/__tests__/index.test.ts b/packages/jest-worker/src/__tests__/index.test.ts index 08bbfd39d6..b1d1fc755f 100644 --- a/packages/jest-worker/src/__tests__/index.test.ts +++ b/packages/jest-worker/src/__tests__/index.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/src/__tests__/leak-integration.test.ts b/packages/jest-worker/src/__tests__/leak-integration.test.ts index e79d7afb55..ae3f5808a3 100644 --- a/packages/jest-worker/src/__tests__/leak-integration.test.ts +++ b/packages/jest-worker/src/__tests__/leak-integration.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/src/__tests__/process-integration.test.ts b/packages/jest-worker/src/__tests__/process-integration.test.ts index 9d47cb7901..9d1ffff3da 100644 --- a/packages/jest-worker/src/__tests__/process-integration.test.ts +++ b/packages/jest-worker/src/__tests__/process-integration.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/src/__tests__/thread-integration.test.ts b/packages/jest-worker/src/__tests__/thread-integration.test.ts index 432c2936d5..bfffc2d3c9 100644 --- a/packages/jest-worker/src/__tests__/thread-integration.test.ts +++ b/packages/jest-worker/src/__tests__/thread-integration.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/src/base/BaseWorkerPool.ts b/packages/jest-worker/src/base/BaseWorkerPool.ts index 801e30eba9..56394f4457 100644 --- a/packages/jest-worker/src/base/BaseWorkerPool.ts +++ b/packages/jest-worker/src/base/BaseWorkerPool.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/src/base/__tests__/BaseWorkerPool.test.ts b/packages/jest-worker/src/base/__tests__/BaseWorkerPool.test.ts index 3723f85d0f..b5b83482d5 100644 --- a/packages/jest-worker/src/base/__tests__/BaseWorkerPool.test.ts +++ b/packages/jest-worker/src/base/__tests__/BaseWorkerPool.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/src/index.ts b/packages/jest-worker/src/index.ts index f85eb63ed8..ebc7e91083 100644 --- a/packages/jest-worker/src/index.ts +++ b/packages/jest-worker/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/src/types.ts b/packages/jest-worker/src/types.ts index 071f736bc4..4f6e1c1dac 100644 --- a/packages/jest-worker/src/types.ts +++ b/packages/jest-worker/src/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/src/workers/ChildProcessWorker.ts b/packages/jest-worker/src/workers/ChildProcessWorker.ts index 9e0832c1e7..395cf14774 100644 --- a/packages/jest-worker/src/workers/ChildProcessWorker.ts +++ b/packages/jest-worker/src/workers/ChildProcessWorker.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/src/workers/NodeThreadsWorker.ts b/packages/jest-worker/src/workers/NodeThreadsWorker.ts index 3a9f86a46b..7f1ac44659 100644 --- a/packages/jest-worker/src/workers/NodeThreadsWorker.ts +++ b/packages/jest-worker/src/workers/NodeThreadsWorker.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/src/workers/WorkerAbstract.ts b/packages/jest-worker/src/workers/WorkerAbstract.ts index 957660990b..79698ca74a 100644 --- a/packages/jest-worker/src/workers/WorkerAbstract.ts +++ b/packages/jest-worker/src/workers/WorkerAbstract.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts b/packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts index 90c9e1b07b..d98b5e887f 100644 --- a/packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts +++ b/packages/jest-worker/src/workers/__tests__/ChildProcessWorker.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/src/workers/__tests__/NodeThreadsWorker.test.ts b/packages/jest-worker/src/workers/__tests__/NodeThreadsWorker.test.ts index 7e0e53dc9d..81de6a4a76 100644 --- a/packages/jest-worker/src/workers/__tests__/NodeThreadsWorker.test.ts +++ b/packages/jest-worker/src/workers/__tests__/NodeThreadsWorker.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/src/workers/__tests__/WorkerEdgeCases.test.ts b/packages/jest-worker/src/workers/__tests__/WorkerEdgeCases.test.ts index 261cdb6b3d..50ea9daf40 100644 --- a/packages/jest-worker/src/workers/__tests__/WorkerEdgeCases.test.ts +++ b/packages/jest-worker/src/workers/__tests__/WorkerEdgeCases.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/src/workers/__tests__/__fixtures__/EdgeCasesWorker.js b/packages/jest-worker/src/workers/__tests__/__fixtures__/EdgeCasesWorker.js index 02ca3754ae..99311ef7cf 100644 --- a/packages/jest-worker/src/workers/__tests__/__fixtures__/EdgeCasesWorker.js +++ b/packages/jest-worker/src/workers/__tests__/__fixtures__/EdgeCasesWorker.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/src/workers/__tests__/__fixtures__/SelfKillWorker.js b/packages/jest-worker/src/workers/__tests__/__fixtures__/SelfKillWorker.js index 9f39dfbfcd..ab3c7a427e 100644 --- a/packages/jest-worker/src/workers/__tests__/__fixtures__/SelfKillWorker.js +++ b/packages/jest-worker/src/workers/__tests__/__fixtures__/SelfKillWorker.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/src/workers/__tests__/processChild.test.ts b/packages/jest-worker/src/workers/__tests__/processChild.test.ts index 1665351dc5..4b35dcb323 100644 --- a/packages/jest-worker/src/workers/__tests__/processChild.test.ts +++ b/packages/jest-worker/src/workers/__tests__/processChild.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/src/workers/__tests__/threadChild.test.ts b/packages/jest-worker/src/workers/__tests__/threadChild.test.ts index 281365950f..649317919f 100644 --- a/packages/jest-worker/src/workers/__tests__/threadChild.test.ts +++ b/packages/jest-worker/src/workers/__tests__/threadChild.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/src/workers/messageParent.ts b/packages/jest-worker/src/workers/messageParent.ts index 8c9127395a..333dc57ae8 100644 --- a/packages/jest-worker/src/workers/messageParent.ts +++ b/packages/jest-worker/src/workers/messageParent.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/src/workers/processChild.ts b/packages/jest-worker/src/workers/processChild.ts index b648500516..9eb1016ce7 100644 --- a/packages/jest-worker/src/workers/processChild.ts +++ b/packages/jest-worker/src/workers/processChild.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest-worker/src/workers/threadChild.ts b/packages/jest-worker/src/workers/threadChild.ts index d79278b5ff..d2703c9480 100644 --- a/packages/jest-worker/src/workers/threadChild.ts +++ b/packages/jest-worker/src/workers/threadChild.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest/__typetests__/jest.test.ts b/packages/jest/__typetests__/jest.test.ts index 82ed8518fe..2cb13606c7 100644 --- a/packages/jest/__typetests__/jest.test.ts +++ b/packages/jest/__typetests__/jest.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest/bin/jest.js b/packages/jest/bin/jest.js index 4a828880af..f3be8f9dd3 100755 --- a/packages/jest/bin/jest.js +++ b/packages/jest/bin/jest.js @@ -1,6 +1,6 @@ #!/usr/bin/env node /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/jest/src/index.ts b/packages/jest/src/index.ts index 415c7a7ffa..0391990e78 100644 --- a/packages/jest/src/index.ts +++ b/packages/jest/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/pretty-format/__benchmarks__/test.js b/packages/pretty-format/__benchmarks__/test.js index e5f8a3ced4..b5f31f179f 100644 --- a/packages/pretty-format/__benchmarks__/test.js +++ b/packages/pretty-format/__benchmarks__/test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/pretty-format/src/__tests__/AsymmetricMatcher.test.ts b/packages/pretty-format/src/__tests__/AsymmetricMatcher.test.ts index b52d1aff40..17de1bc950 100644 --- a/packages/pretty-format/src/__tests__/AsymmetricMatcher.test.ts +++ b/packages/pretty-format/src/__tests__/AsymmetricMatcher.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/pretty-format/src/__tests__/DOMCollection.test.ts b/packages/pretty-format/src/__tests__/DOMCollection.test.ts index 1f148b1fb9..90051bae70 100644 --- a/packages/pretty-format/src/__tests__/DOMCollection.test.ts +++ b/packages/pretty-format/src/__tests__/DOMCollection.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/pretty-format/src/__tests__/DOMElement.test.ts b/packages/pretty-format/src/__tests__/DOMElement.test.ts index 211f2d7651..1611cac1bd 100644 --- a/packages/pretty-format/src/__tests__/DOMElement.test.ts +++ b/packages/pretty-format/src/__tests__/DOMElement.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/pretty-format/src/__tests__/Immutable.test.ts b/packages/pretty-format/src/__tests__/Immutable.test.ts index aa4ec36fe7..c0562680bb 100644 --- a/packages/pretty-format/src/__tests__/Immutable.test.ts +++ b/packages/pretty-format/src/__tests__/Immutable.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/pretty-format/src/__tests__/ReactElement.test.ts b/packages/pretty-format/src/__tests__/ReactElement.test.ts index 41d2aab47d..1b8cdf3b28 100644 --- a/packages/pretty-format/src/__tests__/ReactElement.test.ts +++ b/packages/pretty-format/src/__tests__/ReactElement.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/pretty-format/src/__tests__/prettyFormat.test.ts b/packages/pretty-format/src/__tests__/prettyFormat.test.ts index fd6226b05c..6a3e3f972e 100644 --- a/packages/pretty-format/src/__tests__/prettyFormat.test.ts +++ b/packages/pretty-format/src/__tests__/prettyFormat.test.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/pretty-format/src/__tests__/react.test.tsx b/packages/pretty-format/src/__tests__/react.test.tsx index c3a845ef3a..8dff95245f 100644 --- a/packages/pretty-format/src/__tests__/react.test.tsx +++ b/packages/pretty-format/src/__tests__/react.test.tsx @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/pretty-format/src/__tests__/setPrettyPrint.ts b/packages/pretty-format/src/__tests__/setPrettyPrint.ts index 285adf8e77..6e41c818c9 100644 --- a/packages/pretty-format/src/__tests__/setPrettyPrint.ts +++ b/packages/pretty-format/src/__tests__/setPrettyPrint.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/pretty-format/src/collections.ts b/packages/pretty-format/src/collections.ts index 0741737ce6..c287b98441 100644 --- a/packages/pretty-format/src/collections.ts +++ b/packages/pretty-format/src/collections.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/pretty-format/src/index.ts b/packages/pretty-format/src/index.ts index b203117321..fe59d3f33e 100644 --- a/packages/pretty-format/src/index.ts +++ b/packages/pretty-format/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/pretty-format/src/plugins/AsymmetricMatcher.ts b/packages/pretty-format/src/plugins/AsymmetricMatcher.ts index 331b64e1db..53c8c57ca9 100644 --- a/packages/pretty-format/src/plugins/AsymmetricMatcher.ts +++ b/packages/pretty-format/src/plugins/AsymmetricMatcher.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/pretty-format/src/plugins/DOMCollection.ts b/packages/pretty-format/src/plugins/DOMCollection.ts index 3a4047a5c4..40b27e2005 100644 --- a/packages/pretty-format/src/plugins/DOMCollection.ts +++ b/packages/pretty-format/src/plugins/DOMCollection.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/pretty-format/src/plugins/DOMElement.ts b/packages/pretty-format/src/plugins/DOMElement.ts index 440074ee1e..9328eecb60 100644 --- a/packages/pretty-format/src/plugins/DOMElement.ts +++ b/packages/pretty-format/src/plugins/DOMElement.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/pretty-format/src/plugins/Immutable.ts b/packages/pretty-format/src/plugins/Immutable.ts index 2344b747b4..a7818152ac 100644 --- a/packages/pretty-format/src/plugins/Immutable.ts +++ b/packages/pretty-format/src/plugins/Immutable.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/pretty-format/src/plugins/ReactElement.ts b/packages/pretty-format/src/plugins/ReactElement.ts index a691156a15..8f1f6713c9 100644 --- a/packages/pretty-format/src/plugins/ReactElement.ts +++ b/packages/pretty-format/src/plugins/ReactElement.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/pretty-format/src/plugins/ReactTestComponent.ts b/packages/pretty-format/src/plugins/ReactTestComponent.ts index 770a66d0e8..5629766c5f 100644 --- a/packages/pretty-format/src/plugins/ReactTestComponent.ts +++ b/packages/pretty-format/src/plugins/ReactTestComponent.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/pretty-format/src/plugins/lib/escapeHTML.ts b/packages/pretty-format/src/plugins/lib/escapeHTML.ts index e4c1710426..4122dfea3d 100644 --- a/packages/pretty-format/src/plugins/lib/escapeHTML.ts +++ b/packages/pretty-format/src/plugins/lib/escapeHTML.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/pretty-format/src/plugins/lib/markup.ts b/packages/pretty-format/src/plugins/lib/markup.ts index 96d8db60b0..923c6f8396 100644 --- a/packages/pretty-format/src/plugins/lib/markup.ts +++ b/packages/pretty-format/src/plugins/lib/markup.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/pretty-format/src/types.ts b/packages/pretty-format/src/types.ts index 7b3b57017d..df672590bb 100644 --- a/packages/pretty-format/src/types.ts +++ b/packages/pretty-format/src/types.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/test-globals/src/index.ts b/packages/test-globals/src/index.ts index ddeaf6e1b7..93beeb73cc 100644 --- a/packages/test-globals/src/index.ts +++ b/packages/test-globals/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/test-utils/src/ConditionalTest.ts b/packages/test-utils/src/ConditionalTest.ts index 879c95bf06..b0380d680b 100644 --- a/packages/test-utils/src/ConditionalTest.ts +++ b/packages/test-utils/src/ConditionalTest.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/test-utils/src/alignedAnsiStyleSerializer.ts b/packages/test-utils/src/alignedAnsiStyleSerializer.ts index e007e5e0aa..3bff49b2ec 100644 --- a/packages/test-utils/src/alignedAnsiStyleSerializer.ts +++ b/packages/test-utils/src/alignedAnsiStyleSerializer.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/test-utils/src/config.ts b/packages/test-utils/src/config.ts index adb637b4b9..c3f9aceb81 100644 --- a/packages/test-utils/src/config.ts +++ b/packages/test-utils/src/config.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/test-utils/src/index.ts b/packages/test-utils/src/index.ts index a35e355d29..982674483d 100644 --- a/packages/test-utils/src/index.ts +++ b/packages/test-utils/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/scripts/babel-plugin-jest-native-globals.js b/scripts/babel-plugin-jest-native-globals.js index 8a2e91b344..2bc9095c56 100644 --- a/scripts/babel-plugin-jest-native-globals.js +++ b/scripts/babel-plugin-jest-native-globals.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/scripts/babel-plugin-jest-replace-ts-require-assignment.js b/scripts/babel-plugin-jest-replace-ts-require-assignment.js index aeb5ddd2aa..466eaa2f28 100644 --- a/scripts/babel-plugin-jest-replace-ts-require-assignment.js +++ b/scripts/babel-plugin-jest-replace-ts-require-assignment.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/scripts/babel-plugin-jest-require-outside-vm.js b/scripts/babel-plugin-jest-require-outside-vm.js index 43faa79ba4..45f60112a6 100644 --- a/scripts/babel-plugin-jest-require-outside-vm.js +++ b/scripts/babel-plugin-jest-require-outside-vm.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/scripts/build.mjs b/scripts/build.mjs index 0e7f6fcf6e..50dc12493c 100644 --- a/scripts/build.mjs +++ b/scripts/build.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/scripts/buildTs.mjs b/scripts/buildTs.mjs index 29f50731bd..d91c0bfcfc 100644 --- a/scripts/buildTs.mjs +++ b/scripts/buildTs.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/scripts/buildUtils.mjs b/scripts/buildUtils.mjs index 6de68354ec..ab5f4ceaa8 100644 --- a/scripts/buildUtils.mjs +++ b/scripts/buildUtils.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/scripts/bundleTs.mjs b/scripts/bundleTs.mjs index dbab1ed719..34789d6c05 100644 --- a/scripts/bundleTs.mjs +++ b/scripts/bundleTs.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -29,7 +29,7 @@ const typescriptCompilerFolder = pkgDir(require.resolve('typescript')); const copyrightSnippet = ` /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/scripts/checkChangelog.mjs b/scripts/checkChangelog.mjs index 85cc6d0119..7070ff6eea 100644 --- a/scripts/checkChangelog.mjs +++ b/scripts/checkChangelog.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/scripts/checkCopyrightHeaders.mjs b/scripts/checkCopyrightHeaders.mjs index 3d4f73b722..fb29e03dc1 100755 --- a/scripts/checkCopyrightHeaders.mjs +++ b/scripts/checkCopyrightHeaders.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -118,7 +118,7 @@ const INCLUDED_PATTERNS = [ ]; const COPYRIGHT_LICENSE = [ - ' * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.', + ' * Copyright (c) Meta Platforms, Inc. and affiliates.', ' *', ' * This source code is licensed under the MIT license found in the', ' * LICENSE file in the root directory of this source tree.', @@ -144,7 +144,7 @@ function check() { ); if (invalidFiles.length > 0) { - console.log(`Facebook copyright header check failed for the following files: + console.log(`Meta copyright header check failed for the following files: ${invalidFiles.join('\n ')} diff --git a/scripts/cleanE2e.mjs b/scripts/cleanE2e.mjs index c7ba33119d..8e2c188deb 100644 --- a/scripts/cleanE2e.mjs +++ b/scripts/cleanE2e.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/scripts/lintTs.mjs b/scripts/lintTs.mjs index 32b4a2a885..11caec1c8f 100644 --- a/scripts/lintTs.mjs +++ b/scripts/lintTs.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/scripts/mapCoverage.mjs b/scripts/mapCoverage.mjs index b78fe3da64..1ce71326b6 100644 --- a/scripts/mapCoverage.mjs +++ b/scripts/mapCoverage.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/scripts/remove-examples.mjs b/scripts/remove-examples.mjs index 26c18bab4a..811342e02a 100644 --- a/scripts/remove-examples.mjs +++ b/scripts/remove-examples.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/scripts/verifyOldTs.mjs b/scripts/verifyOldTs.mjs index d749a8ea95..b0ec36ee0d 100644 --- a/scripts/verifyOldTs.mjs +++ b/scripts/verifyOldTs.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/scripts/verifyPnP.mjs b/scripts/verifyPnP.mjs index 0232e410fe..6ee16cc3db 100644 --- a/scripts/verifyPnP.mjs +++ b/scripts/verifyPnP.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/scripts/watch.mjs b/scripts/watch.mjs index 629a96d8b0..9c82e3019c 100644 --- a/scripts/watch.mjs +++ b/scripts/watch.mjs @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/babel.config.js b/website/babel.config.js index f920017e63..dcde19f90e 100644 --- a/website/babel.config.js +++ b/website/babel.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index ff92c50677..24e666157d 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -300,7 +300,7 @@ const config = { src: 'img/oss_logo.png', href: 'https://opensource.facebook.com', }, - copyright: `Copyright © ${new Date().getFullYear()} Facebook, Inc. Built with Docusaurus.`, + copyright: `Copyright © ${new Date().getFullYear()} Meta Platforms, Inc. and affiliates. Built with Docusaurus.`, }, algolia: { indexName: 'jest-v2', diff --git a/website/fetchSupporters.js b/website/fetchSupporters.js index 994a852110..335937a46a 100644 --- a/website/fetchSupporters.js +++ b/website/fetchSupporters.js @@ -1,7 +1,7 @@ #!/usr/bin/env node /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/i18n.js b/website/i18n.js index d681e8311f..b7fb5c602e 100644 --- a/website/i18n.js +++ b/website/i18n.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/components/v1/Container.js b/website/src/components/v1/Container.js index 07ad9a263e..c96a9caa72 100644 --- a/website/src/components/v1/Container.js +++ b/website/src/components/v1/Container.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/components/v1/GridBlock.js b/website/src/components/v1/GridBlock.js index 8d6639b82b..c7b0d96a44 100644 --- a/website/src/components/v1/GridBlock.js +++ b/website/src/components/v1/GridBlock.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/components/v1/MarkdownBlock.js b/website/src/components/v1/MarkdownBlock.js index f81c41aa24..7bc03eaeff 100644 --- a/website/src/components/v1/MarkdownBlock.js +++ b/website/src/components/v1/MarkdownBlock.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/components/v1/legacyCSS.css b/website/src/components/v1/legacyCSS.css index bd6768638a..70ac3da1ea 100644 --- a/website/src/components/v1/legacyCSS.css +++ b/website/src/components/v1/legacyCSS.css @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/css/algoliaDocSearchTheme.css b/website/src/css/algoliaDocSearchTheme.css index 756e21b8c3..340be5ab7c 100644 --- a/website/src/css/algoliaDocSearchTheme.css +++ b/website/src/css/algoliaDocSearchTheme.css @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/css/docusaurusTheme.css b/website/src/css/docusaurusTheme.css index ea6022ab15..d9f1e6cbf1 100644 --- a/website/src/css/docusaurusTheme.css +++ b/website/src/css/docusaurusTheme.css @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/pages/animations/_landingAnimation.js b/website/src/pages/animations/_landingAnimation.js index 88c14e981c..b673c38213 100644 --- a/website/src/pages/animations/_landingAnimation.js +++ b/website/src/pages/animations/_landingAnimation.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/pages/help.js b/website/src/pages/help.js index 6b1878bdfb..df93d3548d 100755 --- a/website/src/pages/help.js +++ b/website/src/pages/help.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 5d0e184d93..a07c431c54 100755 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/pages/index.module.css b/website/src/pages/index.module.css index 97bb8e5b6f..68407ff11a 100644 --- a/website/src/pages/index.module.css +++ b/website/src/pages/index.module.css @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/pages/versions.js b/website/src/pages/versions.js index 8c97a42799..f249ca15e5 100644 --- a/website/src/pages/versions.js +++ b/website/src/pages/versions.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/prism/themeDark.js b/website/src/prism/themeDark.js index c59b03f3ba..6c59bd0ad3 100644 --- a/website/src/prism/themeDark.js +++ b/website/src/prism/themeDark.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/prism/themeLight.js b/website/src/prism/themeLight.js index e1641cc986..90cf482f36 100644 --- a/website/src/prism/themeLight.js +++ b/website/src/prism/themeLight.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/static/css/custom.css b/website/static/css/custom.css index 3ea57b9d93..28d8e19e20 100644 --- a/website/static/css/custom.css +++ b/website/static/css/custom.css @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/static/css/jest.css b/website/static/css/jest.css index 0d04d215f0..fca97dc092 100644 --- a/website/static/css/jest.css +++ b/website/static/css/jest.css @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree.