Skip to content

Commit

Permalink
Updated copyright text to Copyright (c) Meta Platforms, Inc. and its … (
Browse files Browse the repository at this point in the history
#26830)

…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 <denmo530@student.liu.se>

DiffTrain build for commit 4b877b6.
  • Loading branch information
sophiebits committed May 20, 2023
1 parent 3c60dbb commit 5112e9f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23930,7 +23930,7 @@ function createFiberRoot(
return root;
}

var ReactVersion = "18.3.0-canary-5309f1028-20230517";
var ReactVersion = "18.3.0-canary-4b877b6c6-20230519";

// Might add PROFILE later.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8617,7 +8617,7 @@ var devToolsConfig$jscomp$inline_1036 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-5309f1028-20230517",
version: "18.3.0-canary-4b877b6c6-20230519",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1235 = {
Expand Down Expand Up @@ -8648,7 +8648,7 @@ var internals$jscomp$inline_1235 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-5309f1028-20230517"
reconcilerVersion: "18.3.0-canary-4b877b6c6-20230519"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1236 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9043,7 +9043,7 @@ var devToolsConfig$jscomp$inline_1078 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-5309f1028-20230517",
version: "18.3.0-canary-4b877b6c6-20230519",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1276 = {
Expand Down Expand Up @@ -9074,7 +9074,7 @@ var internals$jscomp$inline_1276 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-5309f1028-20230517"
reconcilerVersion: "18.3.0-canary-4b877b6c6-20230519"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1277 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (
}
"use strict";

var ReactVersion = "18.3.0-canary-5309f1028-20230517";
var ReactVersion = "18.3.0-canary-4b877b6c6-20230519";

// ATTENTION
// When adding new symbols to this file,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -642,4 +642,4 @@ exports.useSyncExternalStore = function (
);
};
exports.useTransition = useTransition;
exports.version = "18.3.0-canary-5309f1028-20230517";
exports.version = "18.3.0-canary-4b877b6c6-20230519";
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ exports.useSyncExternalStore = function (
);
};
exports.useTransition = useTransition;
exports.version = "18.3.0-canary-5309f1028-20230517";
exports.version = "18.3.0-canary-4b877b6c6-20230519";

/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
if (
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5309f102854475030fb91ab732141411b49c1126
4b877b6c661417e932056e12732e3d2697562dc8

0 comments on commit 5112e9f

Please sign in to comment.