You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by an...@apache.org on 2020/02/20 22:59:16 UTC

[lucene-solr] branch master updated: LUCENE-9155: Add Apache License header to the Kuromoji dictionary compilation (#1271)

This is an automated email from the ASF dual-hosted git repository.

anshum pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new cb18586  LUCENE-9155: Add Apache License header to the Kuromoji dictionary compilation (#1271)
cb18586 is described below

commit cb18586ea0a4a969d6a9f310e9a7cf7e22f6ea52
Author: Anshum Gupta <an...@apache.org>
AuthorDate: Thu Feb 20 14:59:06 2020 -0800

    LUCENE-9155: Add Apache License header to the Kuromoji dictionary compilation (#1271)
---
 gradle/generation/kuromoji.gradle | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gradle/generation/kuromoji.gradle b/gradle/generation/kuromoji.gradle
index ad1aba7..981fc0e 100644
--- a/gradle/generation/kuromoji.gradle
+++ b/gradle/generation/kuromoji.gradle
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF 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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 // This downloads and compiles Kuromoji dictionaries.