Skip to content

Commit 2244fa4

Browse files
committed
update headers
1 parent 6ed8a53 commit 2244fa4

File tree

7 files changed

+46
-46
lines changed

7 files changed

+46
-46
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Smart Chinese Analysis for ElasticSearch
1+
Smart Chinese Analysis for Elasticsearch
22
==================================
33

44
The Smart Chinese Analysis plugin integrates Lucene Smart Chinese analysis module into elasticsearch.
@@ -7,8 +7,8 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
77

88
| Smart Chinese Analysis Plugin | elasticsearch | Release date |
99
|-------------------------------|------------------|:------------:|
10-
| 1.9.0-SNAPSHOT (master) | 0.90.8 -> master | |
11-
| 1.8.0 | 0.90.8 -> master | 2013-12-19 |
10+
| 1.9.0-SNAPSHOT (master) | 0.90.8 -> 0.90 | |
11+
| 1.8.0 | 0.90.8 -> 0.90 | 2013-12-19 |
1212
| 1.7.0 | 0.90.6 -> 0.90.7 | 2013-11-06 |
1313
| 1.6.0 | 0.90.3 -> 0.90.5 | 2013-08-08 |
1414
| 1.5.0 | 0.90.1 -> 0.90.2 | 2013-05-30 |
@@ -26,7 +26,7 @@ License
2626

2727
This software is licensed under the Apache 2 license, quoted below.
2828

29-
Copyright 2009-2013 Shay Banon and ElasticSearch <http://www.elasticsearch.org>
29+
Copyright 2009-2014 Elasticsearch <http://www.elasticsearch.org>
3030

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

src/main/java/org/elasticsearch/index/analysis/SmartChineseAnalysisBinderProcessor.java

Lines changed: 7 additions & 7 deletions
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/index/analysis/SmartChineseAnalyzerProvider.java

Lines changed: 7 additions & 7 deletions
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/index/analysis/SmartChineseSentenceTokenizerFactory.java

Lines changed: 7 additions & 7 deletions
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/index/analysis/SmartChineseWordTokenFilterFactory.java

Lines changed: 7 additions & 7 deletions
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/plugin/analysis/smartcn/AnalysisSmartChinesePlugin.java

Lines changed: 7 additions & 7 deletions
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/index/analysis/SimpleSmartChineseAnalysisTests.java

Lines changed: 7 additions & 7 deletions
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)