From 3011992995290877d6a0c7bf2b07cb3365a579d5 Mon Sep 17 00:00:00 2001 From: Mattermost Build Date: Wed, 3 Nov 2021 15:34:33 +0100 Subject: [PATCH] Update NOTICE.txt (#5805) (#5809) (cherry picked from commit 800f3b5648f9f04afd7ef672667090d62801cfb4) Co-authored-by: Amy Blais <29708087+amyblais@users.noreply.github.com> --- NOTICE.txt | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/NOTICE.txt b/NOTICE.txt index bb1c50866..b4fac96ad 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -43,6 +43,41 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --- +## @mattermost/react-native-paste-input + +This product contains '@mattermost/react-native-paste-input' by Mattermost. + +React Native TextInput component have functionality to capture text input from a user by using the soft and hardware keyboards but lacks the ability to restrict copy & paste options as well as allwing pasting different files formats copied from other apps, like images & videos from the Photos gallery app. + +* HOMEPAGE: + * https://github.com/mattermost/react-native-paste-input + +* LICENSE: MIT + +MIT License + +Copyright (c) 2020 Elias Nahum + +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. + +--- + ## @react-native-community/async-storage This product contains 'async-storage' by Krzysztof Borowy.