Add dependencies for 4.0 release (#6853)

Этот коммит содержится в:
Jeff Schering
2017-07-05 14:00:55 -07:00
коммит произвёл Saturnino Abril
родитель af35dcf9c4
Коммит 4508fa09e2

Просмотреть файл

@@ -4685,13 +4685,13 @@ SOFTWARE.
## Elastic
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
* LICENSE
This product contains a modified portion of Elastic, an Elasticsearch client for the Go programming language by Oliver Eilhard.
The MIT License (MIT)
Copyright © 2012-2015 Oliver Eilhard
@@ -4712,3 +4712,57 @@ 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.
---
## 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.
* HOMEPAGE
* https://github.com/aknuds1/html-to-react
* LICENSE
The MIT License (MIT)
Copyright (c) 2015 Mike Nikles
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.
---
## 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.
* HOMEPAGE
* https://github.com/wmira/key-mirror
* LICENSE
The MIT License (MIT)
Copyright (c) 2015 Warren Mira
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.