Skip to content

Commit 9d43148

Browse files
committed
update headers
1 parent ecbac6c commit 9d43148

File tree

7 files changed

+50
-55
lines changed

7 files changed

+50
-55
lines changed

README.md

+8-13
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,23 @@
1-
Python lang Plugin for ElasticSearch
1+
Python lang Plugin for Elasticsearch
22
==================================
33

44
The Python (jython) language plugin allows to have `python` as the language of scripts to execute.
55

66
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-lang-python/1.2.0`.
77

8-
---------------------------------------
9-
| Python Plugin | ElasticSearch |
10-
---------------------------------------
11-
| master | 0.90 -> master |
12-
---------------------------------------
13-
| 1.2.0 | 0.90 -> master |
14-
---------------------------------------
15-
| 1.1.0 | 0.19 -> 0.20 |
16-
---------------------------------------
17-
| 1.0.0 | 0.18 |
18-
---------------------------------------
8+
| Python Lang Plugin | elasticsearch | jython |Release date |
9+
|----------------------------|---------------------|----------|:------------:|
10+
| 1.3.0-SNAPSHOT | 0.90 | 2.5.2 | |
11+
| 1.2.0 | 0.90 | 2.5.2 | 2013-02-26 |
12+
| 1.1.0 | 0.19 -> 0.20 | 2.5.2 | 2012-02-07 |
13+
| 1.0.0 | 0.18 | 2.5.2 | 2011-12-05 |
1914

2015
License
2116
-------
2217

2318
This software is licensed under the Apache 2 license, quoted below.
2419

25-
Copyright 2009-2012 Shay Banon and ElasticSearch <http://www.elasticsearch.org>
20+
Copyright 2009-2014 Elasticsearch <http://www.elasticsearch.org>
2621

2722
Licensed under the Apache License, Version 2.0 (the "License"); you may not
2823
use this file except in compliance with the License. You may obtain a copy of

src/main/java/org/elasticsearch/plugin/python/PythonPlugin.java

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* Licensed to ElasticSearch and Shay Banon under one
3-
* or more contributor license agreements. See the NOTICE file
4-
* distributed with this work for additional information
5-
* regarding copyright ownership. ElasticSearch licenses this
6-
* file to you under the Apache License, Version 2.0 (the
7-
* "License"); you may not use this file except in compliance
8-
* with the License. You may obtain a copy of the License at
2+
* Licensed to Elasticsearch under one or more contributor
3+
* license agreements. See the NOTICE file distributed with
4+
* this work for additional information regarding copyright
5+
* ownership. Elasticsearch licenses this file to you under
6+
* the Apache License, Version 2.0 (the "License"); you may
7+
* not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
99
*
1010
* http://www.apache.org/licenses/LICENSE-2.0
1111
*

src/main/java/org/elasticsearch/script/python/PythonScriptEngineService.java

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* Licensed to ElasticSearch and Shay Banon under one
3-
* or more contributor license agreements. See the NOTICE file
4-
* distributed with this work for additional information
5-
* regarding copyright ownership. ElasticSearch licenses this
6-
* file to you under the Apache License, Version 2.0 (the
7-
* "License"); you may not use this file except in compliance
8-
* with the License. You may obtain a copy of the License at
2+
* Licensed to Elasticsearch under one or more contributor
3+
* license agreements. See the NOTICE file distributed with
4+
* this work for additional information regarding copyright
5+
* ownership. Elasticsearch licenses this file to you under
6+
* the Apache License, Version 2.0 (the "License"); you may
7+
* not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
99
*
1010
* http://www.apache.org/licenses/LICENSE-2.0
1111
*

src/test/java/org/elasticsearch/script/python/PythonScriptEngineTests.java

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* Licensed to ElasticSearch and Shay Banon under one
3-
* or more contributor license agreements. See the NOTICE file
4-
* distributed with this work for additional information
5-
* regarding copyright ownership. ElasticSearch licenses this
6-
* file to you under the Apache License, Version 2.0 (the
7-
* "License"); you may not use this file except in compliance
8-
* with the License. You may obtain a copy of the License at
2+
* Licensed to Elasticsearch under one or more contributor
3+
* license agreements. See the NOTICE file distributed with
4+
* this work for additional information regarding copyright
5+
* ownership. Elasticsearch licenses this file to you under
6+
* the Apache License, Version 2.0 (the "License"); you may
7+
* not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
99
*
1010
* http://www.apache.org/licenses/LICENSE-2.0
1111
*

src/test/java/org/elasticsearch/script/python/PythonScriptMultiThreadedTest.java

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* Licensed to ElasticSearch and Shay Banon under one
3-
* or more contributor license agreements. See the NOTICE file
4-
* distributed with this work for additional information
5-
* regarding copyright ownership. ElasticSearch licenses this
6-
* file to you under the Apache License, Version 2.0 (the
7-
* "License"); you may not use this file except in compliance
8-
* with the License. You may obtain a copy of the License at
2+
* Licensed to Elasticsearch under one or more contributor
3+
* license agreements. See the NOTICE file distributed with
4+
* this work for additional information regarding copyright
5+
* ownership. Elasticsearch licenses this file to you under
6+
* the Apache License, Version 2.0 (the "License"); you may
7+
* not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
99
*
1010
* http://www.apache.org/licenses/LICENSE-2.0
1111
*

src/test/java/org/elasticsearch/script/python/PythonScriptSearchTests.java

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* Licensed to ElasticSearch and Shay Banon under one
3-
* or more contributor license agreements. See the NOTICE file
4-
* distributed with this work for additional information
5-
* regarding copyright ownership. ElasticSearch licenses this
6-
* file to you under the Apache License, Version 2.0 (the
7-
* "License"); you may not use this file except in compliance
8-
* with the License. You may obtain a copy of the License at
2+
* Licensed to Elasticsearch under one or more contributor
3+
* license agreements. See the NOTICE file distributed with
4+
* this work for additional information regarding copyright
5+
* ownership. Elasticsearch licenses this file to you under
6+
* the Apache License, Version 2.0 (the "License"); you may
7+
* not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
99
*
1010
* http://www.apache.org/licenses/LICENSE-2.0
1111
*

src/test/java/org/elasticsearch/script/python/SimpleBench.java

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
* Licensed to ElasticSearch and Shay Banon under one
3-
* or more contributor license agreements. See the NOTICE file
4-
* distributed with this work for additional information
5-
* regarding copyright ownership. ElasticSearch licenses this
6-
* file to you under the Apache License, Version 2.0 (the
7-
* "License"); you may not use this file except in compliance
8-
* with the License. You may obtain a copy of the License at
2+
* Licensed to Elasticsearch under one or more contributor
3+
* license agreements. See the NOTICE file distributed with
4+
* this work for additional information regarding copyright
5+
* ownership. Elasticsearch licenses this file to you under
6+
* the Apache License, Version 2.0 (the "License"); you may
7+
* not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
99
*
1010
* http://www.apache.org/licenses/LICENSE-2.0
1111
*

0 commit comments

Comments
 (0)