fix mention of Apache License, version 2.

Closes #8400
This commit is contained in:
Chris Mattmann 2014-11-07 20:57:13 -08:00 committed by Clinton Gormley
parent 4059e4ac86
commit f47fb6b1cf
3 changed files with 49 additions and 49 deletions

View File

@ -28,7 +28,7 @@ Elasticsearch is a distributed RESTful search engine built for the cloud. Featur
** All the power of Lucene easily exposed through simple configuration / plugins. ** All the power of Lucene easily exposed through simple configuration / plugins.
* Per operation consistency * Per operation consistency
** Single document level operations are atomic, consistent, isolated and durable. ** Single document level operations are atomic, consistent, isolated and durable.
* Open Source under Apache 2 License. * Open Source under the Apache License, version 2 ("ALv2")
h2. Getting Started h2. Getting Started
@ -213,7 +213,7 @@ In order to ensure a smooth upgrade process from earlier versions of Elasticsear
h1. License h1. License
<pre> <pre>
This software is licensed under the Apache 2 license, quoted below. This software is licensed under the Apache License, version 2 ("ALv2"), quoted below.
Copyright 2009-2014 Elasticsearch <http://www.elasticsearch.org> Copyright 2009-2014 Elasticsearch <http://www.elasticsearch.org>

View File

@ -62,4 +62,4 @@ The full command to generate the api spec is:
## License ## License
This software is licensed under the Apache 2 license. This software is licensed under the Apache License, version 2 ("ALv2").

View File

@ -35,4 +35,4 @@ Description: Open Source, Distributed, RESTful Search Engine
+ Per operation consistency + Per operation consistency
- Single document level operations are atomic, consistent, isolated and - Single document level operations are atomic, consistent, isolated and
durable. durable.
+ Open Source under Apache 2 License. + Open Source under the Apache License, version 2 ("ALv2").