From b56024b7d88e205673c932b7b5b4d057c476ae45 Mon Sep 17 00:00:00 2001 From: Alexander Sklar Date: Mon, 12 Sep 2022 17:22:01 -0700 Subject: [PATCH] Fix typo and references to Facebook (#10552) * Update references to Facebook to Meta, and fix typo causing the LICENSE file to not be present in the npm package * Change files --- README.md | 4 ++-- ...ative-windows-7b46659d-3215-473f-a423-7d06be47cd14.json | 7 +++++++ vnext/package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 change/react-native-windows-7b46659d-3215-473f-a423-7d06be47cd14.json diff --git a/README.md b/README.md index 5a2bd77bb2..5a0c16a261 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ > See the official [React Native website](https://reactnative.dev/) for an introduction to React Native. -[React Native](https://reactnative.dev) is a framework developed by Facebook that enables you to build world-class application experiences on native platforms using a consistent developer experience based on JavaScript and [React](https://reactjs.org/). The focus of React Native is on developer efficiency across all the platforms you care about - learn once, write anywhere. +[React Native](https://reactnative.dev) is a framework developed by Meta that enables you to build world-class application experiences on native platforms using a consistent developer experience based on JavaScript and [React](https://reactjs.org/). The focus of React Native is on developer efficiency across all the platforms you care about - learn once, write anywhere. This repository adds support for the [Windows 10 SDK](https://developer.microsoft.com/en-us/windows/downloads), which allows you to build apps for [all devices supported by Windows 10](https://developer.microsoft.com/en-us/windows/get-started-windows-10) including PCs, tablets, 2-in-1s, Xbox, Mixed reality devices etc. @@ -68,7 +68,7 @@ See [Contributing guidelines](https://github.com/microsoft/react-native-windows/ - If you're looking for sample code, just browse the RNTester folder in the GitHub web UI ## License -The React Native Windows extension, including modifications to the original Facebook source code, and all newly contributed code is provided under the [MIT License](LICENSE). Portions of the React Native Windows extension derived from React Native are copyright Facebook. +The React Native Windows extension, including modifications to the original Meta source code, and all newly contributed code is provided under the [MIT License](LICENSE). Portions of the React Native Windows extension derived from React Native are copyright Meta. ## Code of Conduct This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. diff --git a/change/react-native-windows-7b46659d-3215-473f-a423-7d06be47cd14.json b/change/react-native-windows-7b46659d-3215-473f-a423-7d06be47cd14.json new file mode 100644 index 0000000000..1e7905dcf2 --- /dev/null +++ b/change/react-native-windows-7b46659d-3215-473f-a423-7d06be47cd14.json @@ -0,0 +1,7 @@ +{ + "type": "prerelease", + "comment": "Update references to Facebook to Meta, and fix typo causing the LICENSE file to not be present in the npm package", + "packageName": "react-native-windows", + "email": "asklar@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/vnext/package.json b/vnext/package.json index b0c89682ac..908b61c090 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -130,7 +130,7 @@ "/index.windows.js.map", "/interface.js", "/just-task.js", - "/LICENCE", + "/LICENSE", "/metro-react-native-platform.js", "/metro.config.js", "/react-native.config.js",