From 2244fa4397d81f37a3ca3b43dc454385a16a16b5 Mon Sep 17 00:00:00 2001 From: David Pilato Date: Fri, 10 Jan 2014 23:49:11 +0100 Subject: [PATCH] update headers --- README.md | 8 ++++---- .../SmartChineseAnalysisBinderProcessor.java | 14 +++++++------- .../analysis/SmartChineseAnalyzerProvider.java | 14 +++++++------- .../SmartChineseSentenceTokenizerFactory.java | 14 +++++++------- .../SmartChineseWordTokenFilterFactory.java | 14 +++++++------- .../smartcn/AnalysisSmartChinesePlugin.java | 14 +++++++------- .../analysis/SimpleSmartChineseAnalysisTests.java | 14 +++++++------- 7 files changed, 46 insertions(+), 46 deletions(-) diff --git a/README.md b/README.md index bfd35f4bf06..bfeafaf4579 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Smart Chinese Analysis for ElasticSearch +Smart Chinese Analysis for Elasticsearch ================================== 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 | Smart Chinese Analysis Plugin | elasticsearch | Release date | |-------------------------------|------------------|:------------:| -| 1.9.0-SNAPSHOT (master) | 0.90.8 -> master | | -| 1.8.0 | 0.90.8 -> master | 2013-12-19 | +| 1.9.0-SNAPSHOT (master) | 0.90.8 -> 0.90 | | +| 1.8.0 | 0.90.8 -> 0.90 | 2013-12-19 | | 1.7.0 | 0.90.6 -> 0.90.7 | 2013-11-06 | | 1.6.0 | 0.90.3 -> 0.90.5 | 2013-08-08 | | 1.5.0 | 0.90.1 -> 0.90.2 | 2013-05-30 | @@ -26,7 +26,7 @@ License This software is licensed under the Apache 2 license, quoted below. - Copyright 2009-2013 Shay Banon and ElasticSearch + Copyright 2009-2014 Elasticsearch Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of diff --git a/src/main/java/org/elasticsearch/index/analysis/SmartChineseAnalysisBinderProcessor.java b/src/main/java/org/elasticsearch/index/analysis/SmartChineseAnalysisBinderProcessor.java index a2a209f0b89..97bfdbd480b 100644 --- a/src/main/java/org/elasticsearch/index/analysis/SmartChineseAnalysisBinderProcessor.java +++ b/src/main/java/org/elasticsearch/index/analysis/SmartChineseAnalysisBinderProcessor.java @@ -1,11 +1,11 @@ /* - * Licensed to ElasticSearch and Shay Banon under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. ElasticSearch licenses this - * file to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * Licensed to Elasticsearch under one or more contributor + * license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright + * ownership. Elasticsearch licenses this file to you under + * the Apache License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. + * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/main/java/org/elasticsearch/index/analysis/SmartChineseAnalyzerProvider.java b/src/main/java/org/elasticsearch/index/analysis/SmartChineseAnalyzerProvider.java index 6fa57d2dd5e..157e51da127 100644 --- a/src/main/java/org/elasticsearch/index/analysis/SmartChineseAnalyzerProvider.java +++ b/src/main/java/org/elasticsearch/index/analysis/SmartChineseAnalyzerProvider.java @@ -1,11 +1,11 @@ /* - * Licensed to ElasticSearch and Shay Banon under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. ElasticSearch licenses this - * file to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * Licensed to Elasticsearch under one or more contributor + * license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright + * ownership. Elasticsearch licenses this file to you under + * the Apache License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. + * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/main/java/org/elasticsearch/index/analysis/SmartChineseSentenceTokenizerFactory.java b/src/main/java/org/elasticsearch/index/analysis/SmartChineseSentenceTokenizerFactory.java index cd27f52cca6..1f68b6194cc 100644 --- a/src/main/java/org/elasticsearch/index/analysis/SmartChineseSentenceTokenizerFactory.java +++ b/src/main/java/org/elasticsearch/index/analysis/SmartChineseSentenceTokenizerFactory.java @@ -1,11 +1,11 @@ /* - * Licensed to ElasticSearch and Shay Banon under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. ElasticSearch licenses this - * file to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * Licensed to Elasticsearch under one or more contributor + * license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright + * ownership. Elasticsearch licenses this file to you under + * the Apache License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. + * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/main/java/org/elasticsearch/index/analysis/SmartChineseWordTokenFilterFactory.java b/src/main/java/org/elasticsearch/index/analysis/SmartChineseWordTokenFilterFactory.java index 510f9bc1a11..ee2d877b6bc 100644 --- a/src/main/java/org/elasticsearch/index/analysis/SmartChineseWordTokenFilterFactory.java +++ b/src/main/java/org/elasticsearch/index/analysis/SmartChineseWordTokenFilterFactory.java @@ -1,11 +1,11 @@ /* - * Licensed to ElasticSearch and Shay Banon under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. ElasticSearch licenses this - * file to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * Licensed to Elasticsearch under one or more contributor + * license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright + * ownership. Elasticsearch licenses this file to you under + * the Apache License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. + * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/main/java/org/elasticsearch/plugin/analysis/smartcn/AnalysisSmartChinesePlugin.java b/src/main/java/org/elasticsearch/plugin/analysis/smartcn/AnalysisSmartChinesePlugin.java index e072677b3d7..3502e8df049 100644 --- a/src/main/java/org/elasticsearch/plugin/analysis/smartcn/AnalysisSmartChinesePlugin.java +++ b/src/main/java/org/elasticsearch/plugin/analysis/smartcn/AnalysisSmartChinesePlugin.java @@ -1,11 +1,11 @@ /* - * Licensed to ElasticSearch and Shay Banon under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. ElasticSearch licenses this - * file to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * Licensed to Elasticsearch under one or more contributor + * license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright + * ownership. Elasticsearch licenses this file to you under + * the Apache License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. + * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/src/test/java/org/elasticsearch/index/analysis/SimpleSmartChineseAnalysisTests.java b/src/test/java/org/elasticsearch/index/analysis/SimpleSmartChineseAnalysisTests.java index 14eeee35389..6c8110ba8eb 100644 --- a/src/test/java/org/elasticsearch/index/analysis/SimpleSmartChineseAnalysisTests.java +++ b/src/test/java/org/elasticsearch/index/analysis/SimpleSmartChineseAnalysisTests.java @@ -1,11 +1,11 @@ /* - * Licensed to ElasticSearch and Shay Banon under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. ElasticSearch licenses this - * file to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * Licensed to Elasticsearch under one or more contributor + * license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright + * ownership. Elasticsearch licenses this file to you under + * the Apache License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. + * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 *