diff --git a/LICENSE b/LICENSE index 7ba8a382..c9e1b5a9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ MIT License -Copyright (c) 2015-present, Nicolas Gallagher. -Copyright (c) 2015-present, Facebook, Inc. +Copyright (c) Nicolas Gallagher. +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/README.md b/README.md index d0137e85..cd5d648c 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ The main purpose of this repository is to help evolve React web and native devel ### Code of conduct -Facebook has adopted a [Code of Conduct][code-of-conduct] that this project expects all participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated. +Meta has adopted a [Code of Conduct][code-of-conduct] that this project expects all participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated. ### Contributing guide @@ -63,7 +63,7 @@ React Native for Web is [MIT licensed](./LICENSE). By contributing to React Nati [package-url]: https://www.npmjs.com/package/react-native-web [ci-badge]: https://github.com/necolas/react-native-web/workflows/tests/badge.svg [ci-url]: https://github.com/necolas/react-native-web/actions -[react-native-url]: https://facebook.github.io/react-native/ +[react-native-url]: https://reactnative.dev/ [contributing-url]: https://github.com/necolas/react-native-web/blob/master/.github/CONTRIBUTING.md [good-first-issue-url]: https://github.com/necolas/react-native-web/labels/good%20first%20issue -[code-of-conduct]: https://code.facebook.com/codeofconduct +[code-of-conduct]: https://opensource.fb.com/code-of-conduct/ diff --git a/packages/docs/src/data/site.js b/packages/docs/src/data/site.js index cfdd8a45..7847b376 100644 --- a/packages/docs/src/data/site.js +++ b/packages/docs/src/data/site.js @@ -3,7 +3,7 @@ const packageJson = require('../../package.json'); module.exports = { name: 'React Native for Web', description: '', - footer: 'Copyright © Nicolas Gallagher and Facebook Inc.', + footer: 'Copyright © Nicolas Gallagher and Meta Platforms, Inc.', url: 'https://necolas.github.io/react-native-web', githubUrl: 'https://github.com/necolas/react-native-web', githubBranch: 'master', diff --git a/packages/docs/src/pages/docs/appendix/about-project.md b/packages/docs/src/pages/docs/appendix/about-project.md index 15af20a3..f0b9c9b0 100644 --- a/packages/docs/src/pages/docs/appendix/about-project.md +++ b/packages/docs/src/pages/docs/appendix/about-project.md @@ -15,7 +15,7 @@ eleventyNavigation: {{ site.name }} was started in 2015 by [Nicolas Gallagher](http://nicolasgallagher.com) during the development of [Twitter's Progressive Web App](https://blog.twitter.com/engineering/en_us/topics/open-source/2017/how-we-built-twitter-lite.html). It has evolved from a framework inspired by React Native into a mature and pragmatic compatibility layer between React DOM and React Native. -{{ site.name }} is currently used in production Web apps by companies including [Twitter](https://twitter.com), [Flipkart](https://twitter.com/naqvitalha/status/969577892991549440), [Uber](https://www.youtube.com/watch?v=RV9rxrNIxnY), and [Major League Soccer](https://matchcenter.mlssoccer.com). Software engineers from Facebook, Twitter, and Expo continue to contribute design and patches to the project. +{{ site.name }} is currently used in production Web apps by companies including [Twitter](https://twitter.com), [Flipkart](https://twitter.com/naqvitalha/status/969577892991549440), [Uber](https://www.youtube.com/watch?v=RV9rxrNIxnY), and [Major League Soccer](https://matchcenter.mlssoccer.com). Software engineers from Meta, Twitter, and Expo continue to contribute design and patches to the project. Developing a Web compatibility layer for React Native involves balancing the needs of high-quality Web apps with the value of React Native API compatibility. There are instances where parts of the React Native API are co-opted to infer information that is necessary or beneficial to products running in Web browsers. Other times there are use cases that are not accomodated by the APIs provided; even when that information cannot be pragmatically incorporated into the existing React Native API design constraints, it still helps to inform which API changes are needed over the long term. diff --git a/packages/dom-event-testing-library/src/__tests__/index-test.js b/packages/dom-event-testing-library/src/__tests__/index-test.js index 58518479..35030756 100644 --- a/packages/dom-event-testing-library/src/__tests__/index-test.js +++ b/packages/dom-event-testing-library/src/__tests__/index-test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Nicolas Gallagher. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/dom-event-testing-library/src/constants.js b/packages/dom-event-testing-library/src/constants.js index 10d67746..83239919 100644 --- a/packages/dom-event-testing-library/src/constants.js +++ b/packages/dom-event-testing-library/src/constants.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Nicolas Gallagher. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/dom-event-testing-library/src/createEvent.js b/packages/dom-event-testing-library/src/createEvent.js index 3d3ce382..d556f29a 100644 --- a/packages/dom-event-testing-library/src/createEvent.js +++ b/packages/dom-event-testing-library/src/createEvent.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Nicolas Gallagher. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/dom-event-testing-library/src/domEnvironment.js b/packages/dom-event-testing-library/src/domEnvironment.js index 2a9bca8b..b9cec539 100644 --- a/packages/dom-event-testing-library/src/domEnvironment.js +++ b/packages/dom-event-testing-library/src/domEnvironment.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Nicolas Gallagher. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/dom-event-testing-library/src/domEventSequences.js b/packages/dom-event-testing-library/src/domEventSequences.js index e92b7d48..3092aa65 100644 --- a/packages/dom-event-testing-library/src/domEventSequences.js +++ b/packages/dom-event-testing-library/src/domEventSequences.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Nicolas Gallagher. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/dom-event-testing-library/src/domEvents.js b/packages/dom-event-testing-library/src/domEvents.js index 3854a7c5..f3c013fe 100644 --- a/packages/dom-event-testing-library/src/domEvents.js +++ b/packages/dom-event-testing-library/src/domEvents.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Nicolas Gallagher. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/dom-event-testing-library/src/index.js b/packages/dom-event-testing-library/src/index.js index 230c6a15..9e431269 100644 --- a/packages/dom-event-testing-library/src/index.js +++ b/packages/dom-event-testing-library/src/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Nicolas Gallagher. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/dom-event-testing-library/src/testHelpers.js b/packages/dom-event-testing-library/src/testHelpers.js index 19d2c9ec..49fdf9a4 100644 --- a/packages/dom-event-testing-library/src/testHelpers.js +++ b/packages/dom-event-testing-library/src/testHelpers.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Nicolas Gallagher. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/dom-event-testing-library/src/touchStore.js b/packages/dom-event-testing-library/src/touchStore.js index 81330aed..39122227 100644 --- a/packages/dom-event-testing-library/src/touchStore.js +++ b/packages/dom-event-testing-library/src/touchStore.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Nicolas Gallagher. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/examples/pages/lists/index.js b/packages/examples/pages/lists/index.js index 0352430f..32abf019 100644 --- a/packages/examples/pages/lists/index.js +++ b/packages/examples/pages/lists/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/packages/examples/pages/localization/index.js b/packages/examples/pages/localization/index.js index 547c7d33..16aaf0fb 100644 --- a/packages/examples/pages/localization/index.js +++ b/packages/examples/pages/localization/index.js @@ -1,6 +1,5 @@ /** - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant diff --git a/packages/react-native-web/src/exports/AccessibilityInfo/index.js b/packages/react-native-web/src/exports/AccessibilityInfo/index.js index ad0417b8..5cebd496 100644 --- a/packages/react-native-web/src/exports/AccessibilityInfo/index.js +++ b/packages/react-native-web/src/exports/AccessibilityInfo/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/ActivityIndicator/index.js b/packages/react-native-web/src/exports/ActivityIndicator/index.js index 11a74f17..1b004d19 100644 --- a/packages/react-native-web/src/exports/ActivityIndicator/index.js +++ b/packages/react-native-web/src/exports/ActivityIndicator/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/Animated/__tests__/index-test.js b/packages/react-native-web/src/exports/Animated/__tests__/index-test.js index 6196a643..0946c8a0 100644 --- a/packages/react-native-web/src/exports/Animated/__tests__/index-test.js +++ b/packages/react-native-web/src/exports/Animated/__tests__/index-test.js @@ -1,11 +1,8 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * - * @format - * @emails oncall+react_native */ 'use strict'; diff --git a/packages/react-native-web/src/exports/AppRegistry/AppContainer.js b/packages/react-native-web/src/exports/AppRegistry/AppContainer.js index cc5283bf..2f91c9f6 100644 --- a/packages/react-native-web/src/exports/AppRegistry/AppContainer.js +++ b/packages/react-native-web/src/exports/AppRegistry/AppContainer.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/AppRegistry/index.js b/packages/react-native-web/src/exports/AppRegistry/index.js index e08e964a..5ad92164 100644 --- a/packages/react-native-web/src/exports/AppRegistry/index.js +++ b/packages/react-native-web/src/exports/AppRegistry/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/AppRegistry/renderApplication.js b/packages/react-native-web/src/exports/AppRegistry/renderApplication.js index a99f0a0e..f4ff098e 100644 --- a/packages/react-native-web/src/exports/AppRegistry/renderApplication.js +++ b/packages/react-native-web/src/exports/AppRegistry/renderApplication.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/AppState/index.js b/packages/react-native-web/src/exports/AppState/index.js index 5283c6e6..21cf676f 100644 --- a/packages/react-native-web/src/exports/AppState/index.js +++ b/packages/react-native-web/src/exports/AppState/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/Appearance/index.js b/packages/react-native-web/src/exports/Appearance/index.js index 43720022..03ad6ef4 100644 --- a/packages/react-native-web/src/exports/Appearance/index.js +++ b/packages/react-native-web/src/exports/Appearance/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/BackHandler/index.js b/packages/react-native-web/src/exports/BackHandler/index.js index d1ab8b28..69557f68 100644 --- a/packages/react-native-web/src/exports/BackHandler/index.js +++ b/packages/react-native-web/src/exports/BackHandler/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/Button/index.js b/packages/react-native-web/src/exports/Button/index.js index 88d9771b..24715d9a 100644 --- a/packages/react-native-web/src/exports/Button/index.js +++ b/packages/react-native-web/src/exports/Button/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/CheckBox/index.js b/packages/react-native-web/src/exports/CheckBox/index.js index 38c7b368..3d2bead6 100644 --- a/packages/react-native-web/src/exports/CheckBox/index.js +++ b/packages/react-native-web/src/exports/CheckBox/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/Clipboard/index.js b/packages/react-native-web/src/exports/Clipboard/index.js index 430b6a19..e17a766e 100644 --- a/packages/react-native-web/src/exports/Clipboard/index.js +++ b/packages/react-native-web/src/exports/Clipboard/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/Dimensions/index.js b/packages/react-native-web/src/exports/Dimensions/index.js index 7d9ded32..7bd7f76c 100644 --- a/packages/react-native-web/src/exports/Dimensions/index.js +++ b/packages/react-native-web/src/exports/Dimensions/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/FlatList/index.js b/packages/react-native-web/src/exports/FlatList/index.js index e63d2fc5..b7732a4e 100644 --- a/packages/react-native-web/src/exports/FlatList/index.js +++ b/packages/react-native-web/src/exports/FlatList/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/I18nManager/index.js b/packages/react-native-web/src/exports/I18nManager/index.js index 0e9b8ac4..ba4b6bda 100644 --- a/packages/react-native-web/src/exports/I18nManager/index.js +++ b/packages/react-native-web/src/exports/I18nManager/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/Image/index.js b/packages/react-native-web/src/exports/Image/index.js index 37b04395..4c39aa6e 100644 --- a/packages/react-native-web/src/exports/Image/index.js +++ b/packages/react-native-web/src/exports/Image/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/Image/types.js b/packages/react-native-web/src/exports/Image/types.js index 17495813..e718fe3e 100644 --- a/packages/react-native-web/src/exports/Image/types.js +++ b/packages/react-native-web/src/exports/Image/types.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/ImageBackground/index.js b/packages/react-native-web/src/exports/ImageBackground/index.js index 58219aca..473c5bef 100644 --- a/packages/react-native-web/src/exports/ImageBackground/index.js +++ b/packages/react-native-web/src/exports/ImageBackground/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/InteractionManager/index.js b/packages/react-native-web/src/exports/InteractionManager/index.js index 38a6e92d..4cc79d5f 100644 --- a/packages/react-native-web/src/exports/InteractionManager/index.js +++ b/packages/react-native-web/src/exports/InteractionManager/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/Keyboard/index.js b/packages/react-native-web/src/exports/Keyboard/index.js index 92283513..f67e45cb 100644 --- a/packages/react-native-web/src/exports/Keyboard/index.js +++ b/packages/react-native-web/src/exports/Keyboard/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/KeyboardAvoidingView/index.js b/packages/react-native-web/src/exports/KeyboardAvoidingView/index.js index 01b34b97..53d516e7 100644 --- a/packages/react-native-web/src/exports/KeyboardAvoidingView/index.js +++ b/packages/react-native-web/src/exports/KeyboardAvoidingView/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/LayoutAnimation/index.js b/packages/react-native-web/src/exports/LayoutAnimation/index.js index f9ff8047..ba9a1965 100644 --- a/packages/react-native-web/src/exports/LayoutAnimation/index.js +++ b/packages/react-native-web/src/exports/LayoutAnimation/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/Linking/index.js b/packages/react-native-web/src/exports/Linking/index.js index 7152a645..aece97fb 100644 --- a/packages/react-native-web/src/exports/Linking/index.js +++ b/packages/react-native-web/src/exports/Linking/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/Modal/ModalAnimation.js b/packages/react-native-web/src/exports/Modal/ModalAnimation.js index fece0d59..5b1e44ae 100644 --- a/packages/react-native-web/src/exports/Modal/ModalAnimation.js +++ b/packages/react-native-web/src/exports/Modal/ModalAnimation.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/Modal/ModalContent.js b/packages/react-native-web/src/exports/Modal/ModalContent.js index 3266b7e8..ec10e198 100644 --- a/packages/react-native-web/src/exports/Modal/ModalContent.js +++ b/packages/react-native-web/src/exports/Modal/ModalContent.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/Modal/ModalFocusTrap.js b/packages/react-native-web/src/exports/Modal/ModalFocusTrap.js index 855b6859..291bfe5b 100644 --- a/packages/react-native-web/src/exports/Modal/ModalFocusTrap.js +++ b/packages/react-native-web/src/exports/Modal/ModalFocusTrap.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/Modal/ModalPortal.js b/packages/react-native-web/src/exports/Modal/ModalPortal.js index ff0c7314..5de33507 100644 --- a/packages/react-native-web/src/exports/Modal/ModalPortal.js +++ b/packages/react-native-web/src/exports/Modal/ModalPortal.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/Modal/index.js b/packages/react-native-web/src/exports/Modal/index.js index 1a26ee14..1185db7f 100644 --- a/packages/react-native-web/src/exports/Modal/index.js +++ b/packages/react-native-web/src/exports/Modal/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/NativeEventEmitter/index.js b/packages/react-native-web/src/exports/NativeEventEmitter/index.js index e08ea1d6..4b488211 100644 --- a/packages/react-native-web/src/exports/NativeEventEmitter/index.js +++ b/packages/react-native-web/src/exports/NativeEventEmitter/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/PanResponder/Alternative.js b/packages/react-native-web/src/exports/PanResponder/Alternative.js index 54974a84..c6048225 100644 --- a/packages/react-native-web/src/exports/PanResponder/Alternative.js +++ b/packages/react-native-web/src/exports/PanResponder/Alternative.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/Picker/PickerItem.js b/packages/react-native-web/src/exports/Picker/PickerItem.js index dfee7eb1..25ba2e12 100644 --- a/packages/react-native-web/src/exports/Picker/PickerItem.js +++ b/packages/react-native-web/src/exports/Picker/PickerItem.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/Picker/index.js b/packages/react-native-web/src/exports/Picker/index.js index 1a3c2972..fa2fde9a 100644 --- a/packages/react-native-web/src/exports/Picker/index.js +++ b/packages/react-native-web/src/exports/Picker/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/PixelRatio/index.js b/packages/react-native-web/src/exports/PixelRatio/index.js index eb1f3111..78854ccc 100644 --- a/packages/react-native-web/src/exports/PixelRatio/index.js +++ b/packages/react-native-web/src/exports/PixelRatio/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/Platform/index.js b/packages/react-native-web/src/exports/Platform/index.js index d688cc76..67bed364 100644 --- a/packages/react-native-web/src/exports/Platform/index.js +++ b/packages/react-native-web/src/exports/Platform/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/Pressable/index.js b/packages/react-native-web/src/exports/Pressable/index.js index 5dd7fcf8..8e9f633d 100644 --- a/packages/react-native-web/src/exports/Pressable/index.js +++ b/packages/react-native-web/src/exports/Pressable/index.js @@ -1,11 +1,10 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @flow strict-local - * @format */ 'use strict'; diff --git a/packages/react-native-web/src/exports/RefreshControl/index.js b/packages/react-native-web/src/exports/RefreshControl/index.js index b0dea4cf..2c8b66aa 100644 --- a/packages/react-native-web/src/exports/RefreshControl/index.js +++ b/packages/react-native-web/src/exports/RefreshControl/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/SafeAreaView/index.js b/packages/react-native-web/src/exports/SafeAreaView/index.js index cef933c7..1b3f25e6 100644 --- a/packages/react-native-web/src/exports/SafeAreaView/index.js +++ b/packages/react-native-web/src/exports/SafeAreaView/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/ScrollView/index.js b/packages/react-native-web/src/exports/ScrollView/index.js index 9f14ad87..04f687db 100644 --- a/packages/react-native-web/src/exports/ScrollView/index.js +++ b/packages/react-native-web/src/exports/ScrollView/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/SectionList/index.js b/packages/react-native-web/src/exports/SectionList/index.js index c5364db1..01e8365b 100644 --- a/packages/react-native-web/src/exports/SectionList/index.js +++ b/packages/react-native-web/src/exports/SectionList/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/Share/index.js b/packages/react-native-web/src/exports/Share/index.js index 218b7f75..b2758c00 100644 --- a/packages/react-native-web/src/exports/Share/index.js +++ b/packages/react-native-web/src/exports/Share/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/StyleSheet/compiler/unitlessNumbers.js b/packages/react-native-web/src/exports/StyleSheet/compiler/unitlessNumbers.js index b7ca058c..43a98062 100644 --- a/packages/react-native-web/src/exports/StyleSheet/compiler/unitlessNumbers.js +++ b/packages/react-native-web/src/exports/StyleSheet/compiler/unitlessNumbers.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/Text/TextAncestorContext.js b/packages/react-native-web/src/exports/Text/TextAncestorContext.js index eb691f4c..52a7e296 100644 --- a/packages/react-native-web/src/exports/Text/TextAncestorContext.js +++ b/packages/react-native-web/src/exports/Text/TextAncestorContext.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/Text/index.js b/packages/react-native-web/src/exports/Text/index.js index f7724f2d..2b7b0937 100644 --- a/packages/react-native-web/src/exports/Text/index.js +++ b/packages/react-native-web/src/exports/Text/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/Text/types.js b/packages/react-native-web/src/exports/Text/types.js index 9cac6f16..f2dd59f3 100644 --- a/packages/react-native-web/src/exports/Text/types.js +++ b/packages/react-native-web/src/exports/Text/types.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/TextInput/index.js b/packages/react-native-web/src/exports/TextInput/index.js index 5b8f3af7..bbc01204 100644 --- a/packages/react-native-web/src/exports/TextInput/index.js +++ b/packages/react-native-web/src/exports/TextInput/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/Touchable/BoundingDimensions.js b/packages/react-native-web/src/exports/Touchable/BoundingDimensions.js index afe2170a..04d79c7f 100644 --- a/packages/react-native-web/src/exports/Touchable/BoundingDimensions.js +++ b/packages/react-native-web/src/exports/Touchable/BoundingDimensions.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/Touchable/Position.js b/packages/react-native-web/src/exports/Touchable/Position.js index 1f45c3a2..f87ac832 100644 --- a/packages/react-native-web/src/exports/Touchable/Position.js +++ b/packages/react-native-web/src/exports/Touchable/Position.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/Touchable/ensurePositiveDelayProps.js b/packages/react-native-web/src/exports/Touchable/ensurePositiveDelayProps.js index 41df0658..35ed43d4 100644 --- a/packages/react-native-web/src/exports/Touchable/ensurePositiveDelayProps.js +++ b/packages/react-native-web/src/exports/Touchable/ensurePositiveDelayProps.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/Touchable/index.js b/packages/react-native-web/src/exports/Touchable/index.js index 62d49eab..4bcbf429 100644 --- a/packages/react-native-web/src/exports/Touchable/index.js +++ b/packages/react-native-web/src/exports/Touchable/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/TouchableHighlight/index.js b/packages/react-native-web/src/exports/TouchableHighlight/index.js index 9cf254c7..a048aa91 100644 --- a/packages/react-native-web/src/exports/TouchableHighlight/index.js +++ b/packages/react-native-web/src/exports/TouchableHighlight/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/TouchableOpacity/index.js b/packages/react-native-web/src/exports/TouchableOpacity/index.js index ee06736f..50307808 100644 --- a/packages/react-native-web/src/exports/TouchableOpacity/index.js +++ b/packages/react-native-web/src/exports/TouchableOpacity/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/TouchableWithoutFeedback/index.js b/packages/react-native-web/src/exports/TouchableWithoutFeedback/index.js index 45af34c2..e2d64bf1 100644 --- a/packages/react-native-web/src/exports/TouchableWithoutFeedback/index.js +++ b/packages/react-native-web/src/exports/TouchableWithoutFeedback/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/Vibration/index.js b/packages/react-native-web/src/exports/Vibration/index.js index 07d177bd..98d15e79 100644 --- a/packages/react-native-web/src/exports/Vibration/index.js +++ b/packages/react-native-web/src/exports/Vibration/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/View/index.js b/packages/react-native-web/src/exports/View/index.js index a24c010a..ad97d55f 100644 --- a/packages/react-native-web/src/exports/View/index.js +++ b/packages/react-native-web/src/exports/View/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/View/types.js b/packages/react-native-web/src/exports/View/types.js index 3787dde3..19f30d88 100644 --- a/packages/react-native-web/src/exports/View/types.js +++ b/packages/react-native-web/src/exports/View/types.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/VirtualizedList/index.js b/packages/react-native-web/src/exports/VirtualizedList/index.js index 7fd53a29..e4deb974 100644 --- a/packages/react-native-web/src/exports/VirtualizedList/index.js +++ b/packages/react-native-web/src/exports/VirtualizedList/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/YellowBox/index.js b/packages/react-native-web/src/exports/YellowBox/index.js index 49011916..5adbec5c 100644 --- a/packages/react-native-web/src/exports/YellowBox/index.js +++ b/packages/react-native-web/src/exports/YellowBox/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/findNodeHandle/index.js b/packages/react-native-web/src/exports/findNodeHandle/index.js index 4f22b5b7..08d91ae5 100644 --- a/packages/react-native-web/src/exports/findNodeHandle/index.js +++ b/packages/react-native-web/src/exports/findNodeHandle/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/processColor/index.js b/packages/react-native-web/src/exports/processColor/index.js index 8cc4fc33..b06919ab 100644 --- a/packages/react-native-web/src/exports/processColor/index.js +++ b/packages/react-native-web/src/exports/processColor/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/useColorScheme/index.js b/packages/react-native-web/src/exports/useColorScheme/index.js index 283b8d12..56703ec9 100644 --- a/packages/react-native-web/src/exports/useColorScheme/index.js +++ b/packages/react-native-web/src/exports/useColorScheme/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/exports/useWindowDimensions/index.js b/packages/react-native-web/src/exports/useWindowDimensions/index.js index e5683e0b..114e4246 100644 --- a/packages/react-native-web/src/exports/useWindowDimensions/index.js +++ b/packages/react-native-web/src/exports/useWindowDimensions/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/modules/ScrollResponder/index.js b/packages/react-native-web/src/modules/ScrollResponder/index.js index d8037ef8..a69d5a10 100644 --- a/packages/react-native-web/src/modules/ScrollResponder/index.js +++ b/packages/react-native-web/src/modules/ScrollResponder/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/modules/TextInputState/index.js b/packages/react-native-web/src/modules/TextInputState/index.js index 11b5149e..c6b9e58c 100644 --- a/packages/react-native-web/src/modules/TextInputState/index.js +++ b/packages/react-native-web/src/modules/TextInputState/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/modules/UnimplementedView/index.js b/packages/react-native-web/src/modules/UnimplementedView/index.js index 85a56250..c0325e92 100644 --- a/packages/react-native-web/src/modules/UnimplementedView/index.js +++ b/packages/react-native-web/src/modules/UnimplementedView/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/modules/createEventHandle/__tests__/index-test.js b/packages/react-native-web/src/modules/createEventHandle/__tests__/index-test.js index 618b7d5a..d2f9e9fa 100644 --- a/packages/react-native-web/src/modules/createEventHandle/__tests__/index-test.js +++ b/packages/react-native-web/src/modules/createEventHandle/__tests__/index-test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/modules/createEventHandle/index.js b/packages/react-native-web/src/modules/createEventHandle/index.js index 3be10202..6a7fae50 100644 --- a/packages/react-native-web/src/modules/createEventHandle/index.js +++ b/packages/react-native-web/src/modules/createEventHandle/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/modules/forwardedProps/index.js b/packages/react-native-web/src/modules/forwardedProps/index.js index 2fbfa310..6819e9f8 100644 --- a/packages/react-native-web/src/modules/forwardedProps/index.js +++ b/packages/react-native-web/src/modules/forwardedProps/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/modules/mergeRefs/__tests__/index-test.js b/packages/react-native-web/src/modules/mergeRefs/__tests__/index-test.js index b10cba86..95f61fb5 100644 --- a/packages/react-native-web/src/modules/mergeRefs/__tests__/index-test.js +++ b/packages/react-native-web/src/modules/mergeRefs/__tests__/index-test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/modules/mergeRefs/index.js b/packages/react-native-web/src/modules/mergeRefs/index.js index 1c647fef..13ec3e0a 100644 --- a/packages/react-native-web/src/modules/mergeRefs/index.js +++ b/packages/react-native-web/src/modules/mergeRefs/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/modules/setValueForStyles/dangerousStyleValue.js b/packages/react-native-web/src/modules/setValueForStyles/dangerousStyleValue.js index eaefa9eb..8d6985ed 100644 --- a/packages/react-native-web/src/modules/setValueForStyles/dangerousStyleValue.js +++ b/packages/react-native-web/src/modules/setValueForStyles/dangerousStyleValue.js @@ -1,7 +1,7 @@ /* eslint-disable */ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/modules/setValueForStyles/index.js b/packages/react-native-web/src/modules/setValueForStyles/index.js index 49c40f44..34bc584d 100644 --- a/packages/react-native-web/src/modules/setValueForStyles/index.js +++ b/packages/react-native-web/src/modules/setValueForStyles/index.js @@ -1,7 +1,7 @@ /* eslint-disable */ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/modules/unitlessNumbers/index.js b/packages/react-native-web/src/modules/unitlessNumbers/index.js index b7ca058c..43a98062 100644 --- a/packages/react-native-web/src/modules/unitlessNumbers/index.js +++ b/packages/react-native-web/src/modules/unitlessNumbers/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) Nicolas Gallagher. - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/modules/useEvent/__tests__/index-test.js b/packages/react-native-web/src/modules/useEvent/__tests__/index-test.js index e6926494..2985695b 100644 --- a/packages/react-native-web/src/modules/useEvent/__tests__/index-test.js +++ b/packages/react-native-web/src/modules/useEvent/__tests__/index-test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/modules/useEvent/index.js b/packages/react-native-web/src/modules/useEvent/index.js index 5851ccba..383c152c 100644 --- a/packages/react-native-web/src/modules/useEvent/index.js +++ b/packages/react-native-web/src/modules/useEvent/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/modules/useHover/__tests__/index-test.js b/packages/react-native-web/src/modules/useHover/__tests__/index-test.js index 1a897866..a9e0d18f 100644 --- a/packages/react-native-web/src/modules/useHover/__tests__/index-test.js +++ b/packages/react-native-web/src/modules/useHover/__tests__/index-test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/modules/useHover/index.js b/packages/react-native-web/src/modules/useHover/index.js index 60405192..b0b9f5d6 100644 --- a/packages/react-native-web/src/modules/useHover/index.js +++ b/packages/react-native-web/src/modules/useHover/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/modules/useMergeRefs/__tests__/index-test.js b/packages/react-native-web/src/modules/useMergeRefs/__tests__/index-test.js index 89c62be8..f7865d9f 100644 --- a/packages/react-native-web/src/modules/useMergeRefs/__tests__/index-test.js +++ b/packages/react-native-web/src/modules/useMergeRefs/__tests__/index-test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/modules/useMergeRefs/index.js b/packages/react-native-web/src/modules/useMergeRefs/index.js index d28ee69c..2b6b993b 100644 --- a/packages/react-native-web/src/modules/useMergeRefs/index.js +++ b/packages/react-native-web/src/modules/useMergeRefs/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/modules/usePressEvents/PressResponder.js b/packages/react-native-web/src/modules/usePressEvents/PressResponder.js index 1de4323b..1dc6c1d4 100644 --- a/packages/react-native-web/src/modules/usePressEvents/PressResponder.js +++ b/packages/react-native-web/src/modules/usePressEvents/PressResponder.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/modules/usePressEvents/index.js b/packages/react-native-web/src/modules/usePressEvents/index.js index 6555be62..67dd68ad 100644 --- a/packages/react-native-web/src/modules/usePressEvents/index.js +++ b/packages/react-native-web/src/modules/usePressEvents/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/modules/useResponderEvents/ResponderTouchHistoryStore.js b/packages/react-native-web/src/modules/useResponderEvents/ResponderTouchHistoryStore.js index 07d97dc0..7bddd1ec 100644 --- a/packages/react-native-web/src/modules/useResponderEvents/ResponderTouchHistoryStore.js +++ b/packages/react-native-web/src/modules/useResponderEvents/ResponderTouchHistoryStore.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/modules/useStable/__tests__/index-test.js b/packages/react-native-web/src/modules/useStable/__tests__/index-test.js index 983f04de..4b88e6b2 100644 --- a/packages/react-native-web/src/modules/useStable/__tests__/index-test.js +++ b/packages/react-native-web/src/modules/useStable/__tests__/index-test.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/modules/useStable/index.js b/packages/react-native-web/src/modules/useStable/index.js index f821faa6..172a4b23 100644 --- a/packages/react-native-web/src/modules/useStable/index.js +++ b/packages/react-native-web/src/modules/useStable/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/Animated.js b/packages/react-native-web/src/vendor/react-native/Animated/Animated.js index ab2dbed9..c5706003 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/Animated.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/Animated.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/AnimatedEvent.js b/packages/react-native-web/src/vendor/react-native/Animated/AnimatedEvent.js index da7abc0d..2571a963 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/AnimatedEvent.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/AnimatedEvent.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/AnimatedImplementation.js b/packages/react-native-web/src/vendor/react-native/Animated/AnimatedImplementation.js index 81f86aed..45a98d5f 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/AnimatedImplementation.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/AnimatedImplementation.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/AnimatedMock.js b/packages/react-native-web/src/vendor/react-native/Animated/AnimatedMock.js index 48bf1d00..ab9614f6 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/AnimatedMock.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/AnimatedMock.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/Easing.js b/packages/react-native-web/src/vendor/react-native/Animated/Easing.js index dff0aee8..33ef8dec 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/Easing.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/Easing.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/NativeAnimatedHelper.js b/packages/react-native-web/src/vendor/react-native/Animated/NativeAnimatedHelper.js index 62556914..c07f0ed1 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/NativeAnimatedHelper.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/NativeAnimatedHelper.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/NativeAnimatedModule.js b/packages/react-native-web/src/vendor/react-native/Animated/NativeAnimatedModule.js index d126bfda..167ca596 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/NativeAnimatedModule.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/NativeAnimatedModule.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/NativeAnimatedTurboModule.js b/packages/react-native-web/src/vendor/react-native/Animated/NativeAnimatedTurboModule.js index 03ff0f26..b67fe150 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/NativeAnimatedTurboModule.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/NativeAnimatedTurboModule.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/SpringConfig.js b/packages/react-native-web/src/vendor/react-native/Animated/SpringConfig.js index 43dcba97..18e42f0c 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/SpringConfig.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/SpringConfig.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/animations/Animation.js b/packages/react-native-web/src/vendor/react-native/Animated/animations/Animation.js index baac3f79..5f9b9557 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/animations/Animation.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/animations/Animation.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/animations/DecayAnimation.js b/packages/react-native-web/src/vendor/react-native/Animated/animations/DecayAnimation.js index 6751c056..5a08c0fc 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/animations/DecayAnimation.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/animations/DecayAnimation.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/animations/SpringAnimation.js b/packages/react-native-web/src/vendor/react-native/Animated/animations/SpringAnimation.js index 8bdc2df2..0f5014f5 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/animations/SpringAnimation.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/animations/SpringAnimation.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/animations/TimingAnimation.js b/packages/react-native-web/src/vendor/react-native/Animated/animations/TimingAnimation.js index f379069c..3d1373eb 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/animations/TimingAnimation.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/animations/TimingAnimation.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/bezier.js b/packages/react-native-web/src/vendor/react-native/Animated/bezier.js index 40f5aa80..c7c11f6c 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/bezier.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/bezier.js @@ -1,5 +1,5 @@ /** - * Portions Copyright (c) Facebook, Inc. and its affiliates. + * Portions Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/components/AnimatedFlatList.js b/packages/react-native-web/src/vendor/react-native/Animated/components/AnimatedFlatList.js index 840fb3b6..9b34dd4c 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/components/AnimatedFlatList.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/components/AnimatedFlatList.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/components/AnimatedImage.js b/packages/react-native-web/src/vendor/react-native/Animated/components/AnimatedImage.js index 3e35815c..e27d8707 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/components/AnimatedImage.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/components/AnimatedImage.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/components/AnimatedScrollView.js b/packages/react-native-web/src/vendor/react-native/Animated/components/AnimatedScrollView.js index 2176951b..85f68b8d 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/components/AnimatedScrollView.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/components/AnimatedScrollView.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/components/AnimatedSectionList.js b/packages/react-native-web/src/vendor/react-native/Animated/components/AnimatedSectionList.js index a2c1b2f9..94a23b2e 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/components/AnimatedSectionList.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/components/AnimatedSectionList.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/components/AnimatedText.js b/packages/react-native-web/src/vendor/react-native/Animated/components/AnimatedText.js index 4e3ff28a..5e82f81e 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/components/AnimatedText.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/components/AnimatedText.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/components/AnimatedView.js b/packages/react-native-web/src/vendor/react-native/Animated/components/AnimatedView.js index 1f7c9bec..cebc6742 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/components/AnimatedView.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/components/AnimatedView.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/createAnimatedComponent.js b/packages/react-native-web/src/vendor/react-native/Animated/createAnimatedComponent.js index 9d5755ff..10e5654e 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/createAnimatedComponent.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/createAnimatedComponent.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/nodes/AnimatedAddition.js b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedAddition.js index 6e8cf3ed..d26ef425 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedAddition.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedAddition.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js index 3b3d0a7d..0014de70 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/nodes/AnimatedDivision.js b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedDivision.js index 38378479..942f43e7 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedDivision.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedDivision.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/nodes/AnimatedInterpolation.js b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedInterpolation.js index 341ecbd6..5e6e348e 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedInterpolation.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedInterpolation.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/nodes/AnimatedModulo.js b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedModulo.js index 20fb144d..d45cce9c 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedModulo.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedModulo.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/nodes/AnimatedMultiplication.js b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedMultiplication.js index d243f388..b2d20cc6 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedMultiplication.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedMultiplication.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/nodes/AnimatedNode.js b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedNode.js index ef08ec23..a51d72e7 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedNode.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedNode.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/nodes/AnimatedProps.js b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedProps.js index 098e38df..2189d3f5 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedProps.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedProps.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/nodes/AnimatedStyle.js b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedStyle.js index 4bbd495f..81369ced 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedStyle.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedStyle.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/nodes/AnimatedSubtraction.js b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedSubtraction.js index 8d951d96..37d2dd89 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedSubtraction.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedSubtraction.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/nodes/AnimatedTracking.js b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedTracking.js index 4ebeffc4..be77e52c 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedTracking.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedTracking.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/nodes/AnimatedTransform.js b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedTransform.js index a5c5fb06..f248dbff 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedTransform.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedTransform.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/nodes/AnimatedValue.js b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedValue.js index da252bbb..3148f0bc 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedValue.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedValue.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/nodes/AnimatedValueXY.js b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedValueXY.js index 37d06337..f7d9787f 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedValueXY.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedValueXY.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Animated/nodes/AnimatedWithChildren.js b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedWithChildren.js index 4e5641b3..c13186d3 100644 --- a/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedWithChildren.js +++ b/packages/react-native-web/src/vendor/react-native/Animated/nodes/AnimatedWithChildren.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Batchinator/index.js b/packages/react-native-web/src/vendor/react-native/Batchinator/index.js index 64f33b9a..47071a96 100644 --- a/packages/react-native-web/src/vendor/react-native/Batchinator/index.js +++ b/packages/react-native-web/src/vendor/react-native/Batchinator/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/FillRateHelper/index.js b/packages/react-native-web/src/vendor/react-native/FillRateHelper/index.js index dcef451e..e5353013 100644 --- a/packages/react-native-web/src/vendor/react-native/FillRateHelper/index.js +++ b/packages/react-native-web/src/vendor/react-native/FillRateHelper/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -238,4 +238,4 @@ class FillRateHelper { } } -export default FillRateHelper; \ No newline at end of file +export default FillRateHelper; diff --git a/packages/react-native-web/src/vendor/react-native/JSEventLoopWatchdog/index.js b/packages/react-native-web/src/vendor/react-native/JSEventLoopWatchdog/index.js index 5beea967..71a06b50 100644 --- a/packages/react-native-web/src/vendor/react-native/JSEventLoopWatchdog/index.js +++ b/packages/react-native-web/src/vendor/react-native/JSEventLoopWatchdog/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/LayoutAnimation/index.js b/packages/react-native-web/src/vendor/react-native/LayoutAnimation/index.js index 244256fd..1cd38573 100644 --- a/packages/react-native-web/src/vendor/react-native/LayoutAnimation/index.js +++ b/packages/react-native-web/src/vendor/react-native/LayoutAnimation/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/NativeEventEmitter/RCTDeviceEventEmitter.js b/packages/react-native-web/src/vendor/react-native/NativeEventEmitter/RCTDeviceEventEmitter.js index 35a191a4..aae1d611 100644 --- a/packages/react-native-web/src/vendor/react-native/NativeEventEmitter/RCTDeviceEventEmitter.js +++ b/packages/react-native-web/src/vendor/react-native/NativeEventEmitter/RCTDeviceEventEmitter.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/NativeEventEmitter/index.js b/packages/react-native-web/src/vendor/react-native/NativeEventEmitter/index.js index 24c6872b..b8e69fdc 100644 --- a/packages/react-native-web/src/vendor/react-native/NativeEventEmitter/index.js +++ b/packages/react-native-web/src/vendor/react-native/NativeEventEmitter/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/PanResponder/index.js b/packages/react-native-web/src/vendor/react-native/PanResponder/index.js index d3806530..a7e49597 100644 --- a/packages/react-native-web/src/vendor/react-native/PanResponder/index.js +++ b/packages/react-native-web/src/vendor/react-native/PanResponder/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/PooledClass/index.js b/packages/react-native-web/src/vendor/react-native/PooledClass/index.js index 8bf23d61..d310ab44 100644 --- a/packages/react-native-web/src/vendor/react-native/PooledClass/index.js +++ b/packages/react-native-web/src/vendor/react-native/PooledClass/index.js @@ -1,7 +1,7 @@ /* eslint-disable */ /** - * Copyright 2013-present, Facebook, Inc. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/StaticContainer/index.js b/packages/react-native-web/src/vendor/react-native/StaticContainer/index.js index 18bbb6aa..b2495ab6 100644 --- a/packages/react-native-web/src/vendor/react-native/StaticContainer/index.js +++ b/packages/react-native-web/src/vendor/react-native/StaticContainer/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/StaticRenderer/index.js b/packages/react-native-web/src/vendor/react-native/StaticRenderer/index.js index 2a5ee673..de877a5f 100644 --- a/packages/react-native-web/src/vendor/react-native/StaticRenderer/index.js +++ b/packages/react-native-web/src/vendor/react-native/StaticRenderer/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -35,4 +35,3 @@ class StaticRenderer extends React.Component { } export default StaticRenderer; - diff --git a/packages/react-native-web/src/vendor/react-native/TouchHistoryMath/index.js b/packages/react-native-web/src/vendor/react-native/TouchHistoryMath/index.js index 8356ba14..f1c49217 100644 --- a/packages/react-native-web/src/vendor/react-native/TouchHistoryMath/index.js +++ b/packages/react-native-web/src/vendor/react-native/TouchHistoryMath/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/TurboModule/RCTExport.js b/packages/react-native-web/src/vendor/react-native/TurboModule/RCTExport.js index bf608d6f..68985ae6 100644 --- a/packages/react-native-web/src/vendor/react-native/TurboModule/RCTExport.js +++ b/packages/react-native-web/src/vendor/react-native/TurboModule/RCTExport.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/TurboModule/TurboModuleRegistry.js b/packages/react-native-web/src/vendor/react-native/TurboModule/TurboModuleRegistry.js index ed4c3c5e..4e3bba31 100644 --- a/packages/react-native-web/src/vendor/react-native/TurboModule/TurboModuleRegistry.js +++ b/packages/react-native-web/src/vendor/react-native/TurboModule/TurboModuleRegistry.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Types/CoreEventTypes.js b/packages/react-native-web/src/vendor/react-native/Types/CoreEventTypes.js index 5885f0bf..3dd26e41 100644 --- a/packages/react-native-web/src/vendor/react-native/Types/CoreEventTypes.js +++ b/packages/react-native-web/src/vendor/react-native/Types/CoreEventTypes.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/Utilities/setAndForwardRef.js b/packages/react-native-web/src/vendor/react-native/Utilities/setAndForwardRef.js index 6efe68ab..cdea86b0 100644 --- a/packages/react-native-web/src/vendor/react-native/Utilities/setAndForwardRef.js +++ b/packages/react-native-web/src/vendor/react-native/Utilities/setAndForwardRef.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -68,4 +68,4 @@ function setAndForwardRef({ }; } -export default setAndForwardRef; \ No newline at end of file +export default setAndForwardRef; diff --git a/packages/react-native-web/src/vendor/react-native/ViewabilityHelper/index.js b/packages/react-native-web/src/vendor/react-native/ViewabilityHelper/index.js index 9c88481b..b0ed947f 100644 --- a/packages/react-native-web/src/vendor/react-native/ViewabilityHelper/index.js +++ b/packages/react-native-web/src/vendor/react-native/ViewabilityHelper/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/VirtualizedList/VirtualizedListContext.js b/packages/react-native-web/src/vendor/react-native/VirtualizedList/VirtualizedListContext.js index 9bb56127..9f719281 100644 --- a/packages/react-native-web/src/vendor/react-native/VirtualizedList/VirtualizedListContext.js +++ b/packages/react-native-web/src/vendor/react-native/VirtualizedList/VirtualizedListContext.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -152,4 +152,4 @@ export function VirtualizedListCellContextProvider({ {children} ); -} \ No newline at end of file +} diff --git a/packages/react-native-web/src/vendor/react-native/deepDiffer/index.js b/packages/react-native-web/src/vendor/react-native/deepDiffer/index.js index 4092f889..c287ff9a 100644 --- a/packages/react-native-web/src/vendor/react-native/deepDiffer/index.js +++ b/packages/react-native-web/src/vendor/react-native/deepDiffer/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/emitter/EventEmitter.js b/packages/react-native-web/src/vendor/react-native/emitter/EventEmitter.js index 3a9cc78d..0e8b76d4 100644 --- a/packages/react-native-web/src/vendor/react-native/emitter/EventEmitter.js +++ b/packages/react-native-web/src/vendor/react-native/emitter/EventEmitter.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/emitter/EventSubscription.js b/packages/react-native-web/src/vendor/react-native/emitter/EventSubscription.js index c6e95015..7a8fd111 100644 --- a/packages/react-native-web/src/vendor/react-native/emitter/EventSubscription.js +++ b/packages/react-native-web/src/vendor/react-native/emitter/EventSubscription.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/emitter/_EmitterSubscription.js b/packages/react-native-web/src/vendor/react-native/emitter/_EmitterSubscription.js index 17cfbce4..2c187af2 100644 --- a/packages/react-native-web/src/vendor/react-native/emitter/_EmitterSubscription.js +++ b/packages/react-native-web/src/vendor/react-native/emitter/_EmitterSubscription.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/emitter/_EventEmitter.js b/packages/react-native-web/src/vendor/react-native/emitter/_EventEmitter.js index f04c643d..a4c131ef 100644 --- a/packages/react-native-web/src/vendor/react-native/emitter/_EventEmitter.js +++ b/packages/react-native-web/src/vendor/react-native/emitter/_EventEmitter.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/emitter/_EventSubscription.js b/packages/react-native-web/src/vendor/react-native/emitter/_EventSubscription.js index fd7b0b78..ba7b4476 100644 --- a/packages/react-native-web/src/vendor/react-native/emitter/_EventSubscription.js +++ b/packages/react-native-web/src/vendor/react-native/emitter/_EventSubscription.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/emitter/_EventSubscriptionVendor.js b/packages/react-native-web/src/vendor/react-native/emitter/_EventSubscriptionVendor.js index 467646b3..901cfec5 100644 --- a/packages/react-native-web/src/vendor/react-native/emitter/_EventSubscriptionVendor.js +++ b/packages/react-native-web/src/vendor/react-native/emitter/_EventSubscriptionVendor.js @@ -1,5 +1,5 @@ /** - * Copyright (c) Facebook, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source 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-native-web/src/vendor/react-native/infoLog/index.js b/packages/react-native-web/src/vendor/react-native/infoLog/index.js index f19439e7..4bf15b14 100644 --- a/packages/react-native-web/src/vendor/react-native/infoLog/index.js +++ b/packages/react-native-web/src/vendor/react-native/infoLog/index.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree.