-
Notifications
You must be signed in to change notification settings - Fork 634
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #501 from untergeek/fix/500
Fix/500
- Loading branch information
Showing
5 changed files
with
104 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,3 +63,4 @@ Contributors: | |
* Jeremy Canady (jrmycanady) | ||
* Steven Ottenhoff (steffo) | ||
* Ole Rößner (Basster) | ||
* Jack (univerio) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
In accordance with section 4d of the Apache 2.0 license (http://www.apache.org/licenses/LICENSE-2.0), | ||
this NOTICE file is included. | ||
|
||
All users mentioned in the CONTRIBUTORS file at https://github.com/elastic/curator/blob/master/CONTRIBUTORS | ||
must be included in any derivative work. | ||
|
||
All conditions of section 4 of the Apache 2.0 license will be enforced: | ||
|
||
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in | ||
any medium, with or without modifications, and in Source or Object form, provided that You meet the | ||
following conditions: | ||
|
||
a. You must give any other recipients of the Work or Derivative Works a copy of this License; and | ||
b. You must cause any modified files to carry prominent notices stating that You changed the files; and | ||
c. You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, | ||
trademark, and attribution notices from the Source form of the Work, excluding those notices that do | ||
not pertain to any part of the Derivative Works; and | ||
d. If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that | ||
You distribute must include a readable copy of the attribution notices contained within such NOTICE | ||
file, excluding those notices that do not pertain to any part of the Derivative Works, in at least | ||
one of the following places: within a NOTICE text file distributed as part of the Derivative Works; | ||
within the Source form or documentation, if provided along with the Derivative Works; or, within a | ||
display generated by the Derivative Works, if and wherever such third-party notices normally appear. | ||
The contents of the NOTICE file are for informational purposes only and do not modify the License. | ||
You may add Your own attribution notices within Derivative Works that You distribute, alongside or as | ||
an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot | ||
be construed as modifying the License. | ||
|
||
You may add Your own copyright statement to Your modifications and may provide additional or different | ||
license terms and conditions for use, reproduction, or distribution of Your modifications, or for any | ||
such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise | ||
complies with the conditions stated in this License. | ||
|
||
Contributors: | ||
* Jordan Sissel (jordansissel) (For Logstash, first and foremost) | ||
* Shay Banon (kimchy) (For Elasticsearch, of course!) | ||
* Aaron Mildenstein (untergeek) | ||
* Njal Karevoll | ||
* François Deppierraz | ||
* Honza Kral (HonzaKral) | ||
* Benjamin Smith (benjaminws) | ||
* Colin Moller (LeftyBC) | ||
* Elliot (edgeofnite) | ||
* Ram Viswanadha (ramv) | ||
* Chris Meisinger (cmeisinger) | ||
* Stuart Warren (stuart-warren) | ||
* (gitshaw) | ||
* (sfritz) | ||
* (sjoelsam) | ||
* Jose Diaz-Gonzalez (josegonzalez) | ||
* Arie Bro (arieb) | ||
* David Harrigan (dharrigan) | ||
* Mathieu Geli (gelim) | ||
* Nick Ethier (nickethier) | ||
* Mohab Usama (mohabusama) | ||
* (gitshaw) | ||
* Stuart Warren (stuart-warren) | ||
* Xavier Calland (xavier-calland) | ||
* Chad Schellenger (cschellenger) | ||
* Kamil Essekkat (ekamil) | ||
* (gbutt) | ||
* Ben Buchacher (bbuchacher) | ||
* Ehtesh Choudhury (shurane) | ||
* Markus Fischer (mfn) | ||
* Fabien Wernli (faxm0dem) | ||
* Michael Weiser (michaelweiser) | ||
* (digital-wonderland) | ||
* cassiano (cassianoleal) | ||
* Matt Dainty (bodgit) | ||
* Alex Philipp (alex-sf) | ||
* (krzaczek) | ||
* Justin Lintz (jlintz) | ||
* Jeremy Falling (jjfalling) | ||
* Ian Babrou (bobrik) | ||
* Ferenc Erki (ferki) | ||
* George Heppner (gheppner) | ||
* Matt Hughes (matthughes) | ||
* Brian Lalor (blalor) | ||
* Paweł Krzaczkowski (krzaczek) | ||
* Ben Tse (bt5e) | ||
* Tom Hendrikx (whyscream) | ||
* Christian Vozar (christianvozar) | ||
* Magnus Baeck (magnusbaeck) | ||
* Robin Kearney (rk295) | ||
* (cfeio) | ||
* (malagoli) | ||
* Dan Sheridan (djs52) | ||
* Michael-Keith Bernard (SegFaultAX) | ||
* Simon Lundström (simmel) | ||
* (pkr1234) | ||
* Mark Feltner (feltnerm) | ||
* William Jimenez (wjimenez5271) | ||
* Jeremy Canady (jrmycanady) | ||
* Steven Ottenhoff (steffo) | ||
* Ole Rößner (Basster) | ||
* Jack (univerio) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '3.4.0.dev1' | ||
__version__ = '3.4.0.rc1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters