From 8be99d2c700e7cf4b66b63ee7a685467705adfee Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Thu, 26 Jan 2023 13:23:45 -0500 Subject: [PATCH] Update NOTICE.txt (#7026) --- NOTICE.txt | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) diff --git a/NOTICE.txt b/NOTICE.txt index c4a1b9f947..0dbaac7f3c 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -91,6 +91,39 @@ A spec-compliant polyfill for Intl.RelativeTimeFormat fully tested by the offici --- +## @gorhom/bottom-sheet + +This product contains '@gorhom/bottom-sheet' by Mo Gorhom. + +A performant interactive bottom sheet with fully configurable options + +* HOMEPAGE: + * https://github.com/gorhom/react-native-bottom-sheet + +* LICENSE: MIT License + +Copyright (c) 2020 Mo Gorhom + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +--- + ## @mattermost/compass-icons This product contains '@mattermost/compass-icons' by Mattermost. @@ -2791,6 +2824,38 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +--- + +## react-native-walkthrough-tooltip + +This product contains 'react-native-walkthrough-tooltip' by Jason Gaare. + +React Native Walkthrough Tooltip is a fullscreen modal that highlights whichever element it wraps. + +* HOMEPAGE: + * https://github.com/jasongaare/react-native-walkthrough-tooltip + +* LICENSE: MIT License + +Copyright (c) 2018 Jason Gaare + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. ---