Skip to content

Commit 589c49a

Browse files
committed
Added elastic-app-search and jwt license definition and notices
1 parent 9e7f041 commit 589c49a

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

tools/dependencies-report/src/main/resources/licenseMapping.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ dependency,dependencyUrl,licenseOverride
3838
"domain_name:",https://github.com/knu/ruby-domain_name,BSD-2-Clause
3939
"dotenv:",https://github.com/bkeepers/dotenv,MIT
4040
"edn:",https://github.com/relevance/edn-ruby,MIT
41+
"elastic-app-search:",https://github.com/elastic/app-search-ruby,Apache-2.0
4142
"elasticsearch-api:",https://github.com/elastic/elasticsearch-ruby,Apache-2.0
4243
"elasticsearch-transport:",https://github.com/elastic/elasticsearch-ruby,Apache-2.0
4344
"elasticsearch:",https://github.com/elastic/elasticsearch-ruby,Apache-2.0
@@ -65,6 +66,7 @@ dependency,dependencyUrl,licenseOverride
6566
"jruby-jms:",https://github.com/reidmorrison/jruby-jms,Apache-2.0
6667
"jruby-openssl:","https://github.com/jruby/jruby-openssl/",EPL-1.0
6768
"jruby-stdin-channel:","https://github.com/colinsurprenant/jruby-stdin-channel",Apache-2.0
69+
"jwt:",https://github.com/jwt/ruby-jwt,MIT
6870
"json:",http://json-jruby.rubyforge.org/,Ruby
6971
"lru_redux:","https://github.com/SamSaffron/lru_redux/",MIT
7072
"mail:","https://github.com/mikel/mail/",MIT
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
source: https://github.com/elastic/app-search-ruby/blob/v7.8.0/NOTICE.txt
2+
3+
Elastic App Search Ruby client.
4+
5+
Copyright 2012-2019 Elasticsearch B.V.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
source: https://github.com/jwt/ruby-jwt/blob/v2.2.2/LICENSE
2+
3+
Copyright (c) 2011 Jeff Lindsay
4+
5+
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:
6+
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8+
9+
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.

0 commit comments

Comments
 (0)