From c19f73a8a7e273e90a6aca9d8add758be22475bf Mon Sep 17 00:00:00 2001 From: Mattermost Build Date: Tue, 28 Apr 2020 13:43:50 +0200 Subject: [PATCH] Automated cherry pick of #4227 (#4237) * Update NOTICE.txt * Update NOTICE.txt Co-authored-by: Amy Blais --- NOTICE.txt | 128 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) diff --git a/NOTICE.txt b/NOTICE.txt index 3b3c63bae..71e2f1ff3 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1771,6 +1771,41 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE --- +## react-native-mmkv-storage + +This product contains 'react-native-mmkv-storage' by Ammar Ahmed. + +An efficient, small & encrypted mobile key-value storage framework for React Native + +* HOMEPAGE: + * https://github.com/ammarahm-ed/react-native-mmkv-storage + +* LICENSE: MIT + +MIT License + +Copyright (c) 2020 Ammar Ahmed + +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-navigation This product contains a modified version of 'react-native-navigation' by Wix.com. @@ -2375,6 +2410,41 @@ SOFTWARE. --- +## redux-action-buffer + +This product contains 'redux-action-buffer' by Zack Story. + +A middleware for redux that buffers all actions into a queue until a breaker condition is met, at which point the queue is released (i.e. actions are triggered). + +* HOMEPAGE: + * https://github.com/rt2zz/redux-action-buffer + +* LICENSE: MIT + +The MIT License (MIT) + +Copyright (c) 2015-2017 rt2zz and contributors + +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. + +--- + ## redux-batched-actions This product contains 'redux-batched-actions' by Tim Shelburne. @@ -2480,6 +2550,41 @@ SOFTWARE. --- +## redux-reset + +This product contains 'redux-reset' by Wang Zixiao. + +Gives redux the ability to reset the state + +* HOMEPAGE: + * https://github.com/wwayne/redux-reset + +* LICENSE: MIT + +The MIT License (MIT) + +Copyright (c) 2016 Wang Zixiao + +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. + +--- + ## redux-thunk This product contains 'redux-thunk' by Dan Abramov. @@ -2648,6 +2753,29 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- +## serialize-error + +This product contains 'serialize-error' by Sindre Sorhus. + +Serialize/deserialize an error into a plain object + +* HOMEPAGE: + * https://github.com/sindresorhus/serialize-error + +* LICENSE: MIT + +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +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. + +--- + ## shallow-equals This product contains 'shallow-equals' by Hugh Kennedy.