summaryrefslogtreecommitdiffstats
path: root/NOTICE.txt
diff options
context:
space:
mode:
authorJason Blais <jason@spinpunch.com>2017-09-01 09:54:36 -0400
committerJoram Wilander <jwawilander@gmail.com>2017-09-01 09:54:36 -0400
commit718da3593b6feb1c3546b1e17c30c22990157ed5 (patch)
tree7313ccac056424589fc0a6ae1653cf24bc728daa /NOTICE.txt
parent3c5280119357e3742811fd724601d0bef01bcb29 (diff)
downloadchat-718da3593b6feb1c3546b1e17c30c22990157ed5.tar.gz
chat-718da3593b6feb1c3546b1e17c30c22990157ed5.tar.bz2
chat-718da3593b6feb1c3546b1e17c30c22990157ed5.zip
Update NOTICE.txt (#7321)
Diffstat (limited to 'NOTICE.txt')
-rw-r--r--NOTICE.txt78
1 files changed, 73 insertions, 5 deletions
diff --git a/NOTICE.txt b/NOTICE.txt
index 2e694684c..e0387e84f 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -4683,9 +4683,9 @@ SOFTWARE.
---
-## Elastic
+## elastic
-This product contains a modified portion of Elastic, an Elasticsearch client for the Go programming language by Oliver Eilhard.
+This product contains a modified portion of `elastic`, an Elasticsearch client for the Go programming language by Oliver Eilhard.
* HOMEPAGE
* https://github.com/olivere/elastic
@@ -4717,7 +4717,7 @@ IN THE SOFTWARE.
## html-to-react
-This product contains a modified portion of html-to-react, a lightweight library that converts raw HTML to a React DOM structure by Mike Nikles.
+This product contains a modified portion of `html-to-react`, a lightweight library that converts raw HTML to a React DOM structure by Mike Nikles.
* HOMEPAGE
* https://github.com/aknuds1/html-to-react
@@ -4750,7 +4750,7 @@ SOFTWARE.
## key-mirror
-This product contains a modified portion of key-mirror, which takes in a {key1:val1...keyn:valn} and returns {key1:key1,keyn:keyn} ala Reacts keyMirror, by Warren Mira.
+This product contains a modified portion of `key-mirror`, which takes in a {key1:val1...keyn:valn} and returns {key1:key1,keyn:keyn} ala Reacts keyMirror, by Warren Mira.
* HOMEPAGE
* https://github.com/wmira/key-mirror
@@ -4771,7 +4771,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
## redis
-This product contains a modified portion of Redis, a type-safe Redis client for Golang, by go-redis.
+This product contains a modified portion of `redis`, a type-safe Redis client for Golang, by go-redis.
* HOMEPAGE
* https://github.com/go-redis/redis
@@ -4803,3 +4803,71 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---
+
+## testify
+
+This product contains a modified portion of testify, a Golang toolkit providing tools for testifying that code behaves as intended.
+
+* HOMEPAGE
+ * https://github.com/stretchr/testify
+
+* LICENSE
+
+Copyright (c) 2012 - 2013 Mat Ryer and Tyler Bunnell
+
+Please consider promoting this project if you find it useful.
+
+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.
+
+---
+
+## html2text
+
+This product contains a modified portion of `html2text`, a Golang library for HTML to plaintext conversion.
+
+* HOMEPAGE
+ * https://github.com/mattermost/html2text
+
+* LICENSE
+
+The MIT License (MIT)
+
+Copyright (c) 2015 Jay Taylor
+Modified work: Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
+
+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.