We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670a4d9 commit 0b68dcfCopy full SHA for 0b68dcf
scripts/sync-css-layout.sh
@@ -12,7 +12,7 @@ function usage {
12
function patchfile {
13
# Add React Native copyright
14
printf "/**\n" > /tmp/yogasync.tmp
15
- printf " * Copyright (c) 2014-present, Facebook, Inc.\n" >> /tmp/yogasync.tmp
+ printf " * Copyright (c) 2014-present, Meta Platforms, Inc.\n" >> /tmp/yogasync.tmp
16
printf " *\n" >> /tmp/yogasync.tmp
17
printf " * This source code is licensed under the MIT license found in the\n" >> /tmp/yogasync.tmp
18
printf " * LICENSE file in the root directory of this source tree.\n" >> /tmp/yogasync.tmp
0 commit comments