aboutsummaryrefslogtreecommitdiff
path: root/NOTICE.txt
diff options
context:
space:
mode:
authorSpencer <spalger@users.noreply.github.com>2018-04-04 09:12:44 -0700
committerGitHub <noreply@github.com>2018-04-04 09:12:44 -0700
commit608a1e3553158ffeb53d46fee2bbff3a139c5d06 (patch)
tree6af33a4223138d3652064b125226104b535bc34b /NOTICE.txt
parentdee741c68387fecccc68bc6593ad6f1bec4ef12e (diff)
Add/generate/verify NOTICE.txt file (#17504)
* [dev/notice] add scripts for generating NOTICE.txt file * [notice] react-resize-detector@0.6.0 was removed in b445389b7960a53c38cc58ffa73c084243f4ce0a * [notice] move notice text into relevant source * [dev/notice] Generate NOTICE.txt file * [jenkins] verify that notice.txt is up to date in CI * [tasks/notice] update test to use new NOTICE.txt file * [dev/notice] update company name in NOTICE.txt * [notice/cli] exit with 0 when --help requested * [notice/cli] add helpful logging * [notice/cli] use --validate flag name instead * [notice/cli] simplify NEWLINE_RE, ignore obscure line endings * [utils/decode_geo_hash] fixup comment * [utils/decode_geo_hash] remove useless comment
Diffstat (limited to 'NOTICE.txt')
-rw-r--r--NOTICE.txt85
1 files changed, 85 insertions, 0 deletions
diff --git a/NOTICE.txt b/NOTICE.txt
new file mode 100644
index 000000000..1f97c1621
--- /dev/null
+++ b/NOTICE.txt
@@ -0,0 +1,85 @@
+Kibana
+Copyright 2012-2018 Elasticsearch B.V.
+
+---
+This product bundles angular-ui-bootstrap@0.12.1 which is available under a
+"MIT" license.
+
+The MIT License
+
+Copyright (c) 2012-2014 the AngularUI Team, https://github.com/organizations/angular-ui/teams/291112
+
+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.
+
+---
+This product bundles bootstrap@3.3.6 which is available under a
+"MIT" license.
+
+The MIT License (MIT)
+
+Copyright (c) 2011-2015 Twitter, Inc
+
+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.
+
+---
+This product bundles geohash.js which is available under a
+"MIT" license. For details, see src/ui/public/utils/decode_geo_hash.js.
+
+---
+This product includes code that is based on flot-charts, which was available
+under a "MIT" license.
+
+The MIT License (MIT)
+
+Copyright (c) 2007-2014 IOLA and Ole Laursen
+
+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.
+