Skip to content

Commit 0b68dcf

Browse files
willspagmeta-codesync[bot]
authored andcommitted
Update copyright from Facebook to Meta Platforms (#54144)
Summary: Fix sync script to emit “Meta Platforms, Inc.” instead of "Facebook, Inc." ## Changelog: [General] [Fixed] - Updated sync script to emit “Meta Platforms, Inc.” instead of "Facebook, Inc." in copyright notice. Pull Request resolved: #54144 Test Plan: Tests Required: No Reviewed By: cortinico Differential Revision: D84636157 Pulled By: andrewdacenko fbshipit-source-id: 51f199ff31d7406519e1b985393b7e5b6f4cd602
1 parent 670a4d9 commit 0b68dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sync-css-layout.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function usage {
1212
function patchfile {
1313
# Add React Native copyright
1414
printf "/**\n" > /tmp/yogasync.tmp
15-
printf " * Copyright (c) 2014-present, Facebook, Inc.\n" >> /tmp/yogasync.tmp
15+
printf " * Copyright (c) 2014-present, Meta Platforms, Inc.\n" >> /tmp/yogasync.tmp
1616
printf " *\n" >> /tmp/yogasync.tmp
1717
printf " * This source code is licensed under the MIT license found in the\n" >> /tmp/yogasync.tmp
1818
printf " * LICENSE file in the root directory of this source tree.\n" >> /tmp/yogasync.tmp

0 commit comments

Comments
 (0)