From 4b877b6c661417e932056e12732e3d2697562dc8 Mon Sep 17 00:00:00 2001 From: Dennis Moradkhani <82415971+denmo530@users.noreply.github.com> Date: Sat, 20 May 2023 02:52:17 +0200 Subject: [PATCH] =?UTF-8?q?Updated=20copyright=20text=20to=20Copyright=20(?= =?UTF-8?q?c)=20Meta=20Platforms,=20Inc.=20and=20its=20=E2=80=A6=20(#26830?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …affiliates. ## Summary There were 8 different places where the copyright comment was wrong. Rewrote from "Copyright (c) Facebook, Inc. and its affiliates." to "Copyright (c) Meta Platforms, Inc. and its affiliates." ## How did you test this change? No code was changed. Comment was still a comment after changes. Co-authored-by: Dennis Moradkhani --- packages/react-devtools-core/src/cachedSettings.js | 2 +- .../src/perf-regression/apps/LargeSubtree.js | 2 +- packages/react-devtools-shell/src/perf-regression/apps/index.js | 2 +- packages/react-dom/src/__tests__/ReactDOMInReactServer-test.js | 2 +- packages/react/src/ReactCache.js | 2 +- packages/react/src/ReactFetch.js | 2 +- packages/react/src/__tests__/ReactFetch-test.js | 2 +- packages/react/src/__tests__/ReactFetchEdge-test.js | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/react-devtools-core/src/cachedSettings.js b/packages/react-devtools-core/src/cachedSettings.js index a104cadfb0341..18ecd696b3c7c 100644 --- a/packages/react-devtools-core/src/cachedSettings.js +++ b/packages/react-devtools-core/src/cachedSettings.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/react-devtools-shell/src/perf-regression/apps/LargeSubtree.js b/packages/react-devtools-shell/src/perf-regression/apps/LargeSubtree.js index 3f547a4ca14ec..24ced50497acb 100644 --- a/packages/react-devtools-shell/src/perf-regression/apps/LargeSubtree.js +++ b/packages/react-devtools-shell/src/perf-regression/apps/LargeSubtree.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/react-devtools-shell/src/perf-regression/apps/index.js b/packages/react-devtools-shell/src/perf-regression/apps/index.js index 3e51b9a5d7c4a..d135f2e5c3851 100644 --- a/packages/react-devtools-shell/src/perf-regression/apps/index.js +++ b/packages/react-devtools-shell/src/perf-regression/apps/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/react-dom/src/__tests__/ReactDOMInReactServer-test.js b/packages/react-dom/src/__tests__/ReactDOMInReactServer-test.js index 5730ad12ac824..a86dbc3815953 100644 --- a/packages/react-dom/src/__tests__/ReactDOMInReactServer-test.js +++ b/packages/react-dom/src/__tests__/ReactDOMInReactServer-test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/react/src/ReactCache.js b/packages/react/src/ReactCache.js index 2aba193446951..c998aa4c87b26 100644 --- a/packages/react/src/ReactCache.js +++ b/packages/react/src/ReactCache.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/react/src/ReactFetch.js b/packages/react/src/ReactFetch.js index 2a5637efc0d60..b9e54169c2d07 100644 --- a/packages/react/src/ReactFetch.js +++ b/packages/react/src/ReactFetch.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/react/src/__tests__/ReactFetch-test.js b/packages/react/src/__tests__/ReactFetch-test.js index 9558ead7c1bc4..5a8911888bdf8 100644 --- a/packages/react/src/__tests__/ReactFetch-test.js +++ b/packages/react/src/__tests__/ReactFetch-test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/react/src/__tests__/ReactFetchEdge-test.js b/packages/react/src/__tests__/ReactFetchEdge-test.js index 832b8e542843e..1eb0635192b64 100644 --- a/packages/react/src/__tests__/ReactFetchEdge-test.js +++ b/packages/react/src/__tests__/ReactFetchEdge-test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree.