|
1 | 1 | # Elasticsearch |
2 | 2 |
|
3 | | -The `elasticsearch` library provides a Ruby client and API for [Elasticsearch](http://elasticsearch.org). |
| 3 | +The `elasticsearch` library provides a Ruby client and API for [Elasticsearch](http://elasticsearch.com). |
4 | 4 |
|
5 | 5 | Features overview: |
6 | 6 |
|
@@ -55,7 +55,7 @@ or install it from a source code checkout: |
55 | 55 | This library is a wrapper for two separate libraries: |
56 | 56 |
|
57 | 57 | * [`elasticsearch-transport`](https://github.com/elasticsearch/elasticsearch-ruby/tree/master/elasticsearch-transport), |
58 | | - which provides a low-level Ruby client for connecting to an [Elasticsearch](http://elasticsearch.org) cluster |
| 58 | + which provides a low-level Ruby client for connecting to an [Elasticsearch](http://elasticsearch.com) cluster |
59 | 59 | * [`elasticsearch-api`](https://github.com/elasticsearch/elasticsearch-ruby/tree/master/elasticsearch-api), |
60 | 60 | which provides a Ruby API for the Elasticsearch RESTful API |
61 | 61 |
|
@@ -89,16 +89,19 @@ Please refer to the specific library documentation for details: |
89 | 89 |
|
90 | 90 | This software is licensed under the Apache 2 license, quoted below. |
91 | 91 |
|
92 | | - Copyright (c) 2013 Elasticsearch <http://www.elasticsearch.org> |
93 | | - |
94 | | - Licensed under the Apache License, Version 2.0 (the "License"); |
95 | | - you may not use this file except in compliance with the License. |
| 92 | + Licensed to Elasticsearch B.V. under one or more contributor |
| 93 | + license agreements. See the NOTICE file distributed with |
| 94 | + this work for additional information regarding copyright |
| 95 | + ownership. Elasticsearch B.V. licenses this file to you under |
| 96 | + the Apache License, Version 2.0 (the "License"); you may |
| 97 | + not use this file except in compliance with the License. |
96 | 98 | You may obtain a copy of the License at |
97 | | - |
98 | | - http://www.apache.org/licenses/LICENSE-2.0 |
99 | | - |
100 | | - Unless required by applicable law or agreed to in writing, software |
101 | | - distributed under the License is distributed on an "AS IS" BASIS, |
102 | | - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
103 | | - See the License for the specific language governing permissions and |
104 | | - limitations under the License. |
| 99 | + |
| 100 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 101 | + |
| 102 | + Unless required by applicable law or agreed to in writing, |
| 103 | + software distributed under the License is distributed on an |
| 104 | + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 105 | + KIND, either express or implied. See the License for the |
| 106 | + specific language governing permissions and limitations |
| 107 | + under the License. |
0 commit comments