diff --git a/NOTICE.txt b/NOTICE.txt index c164621e7..fdd7a9040 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -113,39 +113,6 @@ SOFTWARE. --- -## @react-native-community/cookies - -This product contains '@react-native-community/cookies' by React Native Community. - -Cookie Manager for React Native - -* HOMEPAGE: - * https://github.com/react-native-community/cookies - -* LICENSE: MIT License - -Copyright (c) 2020 React Native Community - -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/masked-view This product contains '@react-native-community/masked-view' by React Native Community. @@ -1560,6 +1527,41 @@ THE SOFTWARE. --- +## react-native-cookies + +This product contains a modified version of 'react-native-cookies' by Joseph P. Ferraro. + +Cookie manager for react native. + +* HOMEPAGE: + * https://github.com/joeferraro/react-native-cookies + +* LICENSE: MIT + +The MIT License (MIT) + +Copyright (c) 2015 shimo + +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-device-info This product contains a modified version of 'react-native-device-info' by Rebecca Hughes. @@ -1918,6 +1920,41 @@ SOFTWARE. --- +## react-native-keyboard-aware-scroll-view + +This product contains a modified version of 'react-native-keyboard-aware-scroll-view' by APSL. + +A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput. + +* HOMEPAGE: + * https://github.com/APSL/react-native-keyboard-aware-scroll-view + +* LICENSE: MIT + +The MIT License (MIT) + +Copyright (c) 2015 APSL + +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-keyboard-tracking-view This product contains a modified version of 'react-native-keyboard-tracking-view' by Artal Druk.