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

[lucene-solr] branch jira/LUCENE-9220 updated: LUCENE-9220: add license header

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

rmuir pushed a commit to branch jira/LUCENE-9220
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/jira/LUCENE-9220 by this push:
     new 7502f59  LUCENE-9220: add license header
7502f59 is described below

commit 7502f591010699ba7bcb486e0e16fdb5574c6c38
Author: Robert Muir <rm...@apache.org>
AuthorDate: Sun Feb 16 11:01:23 2020 -0500

    LUCENE-9220: add license header
---
 gradle/generation/snowball.sh | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gradle/generation/snowball.sh b/gradle/generation/snowball.sh
index 20d0d78..4d109c7 100755
--- a/gradle/generation/snowball.sh
+++ b/gradle/generation/snowball.sh
@@ -1,4 +1,20 @@
 #!/usr/bin/env bash
+
+# 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.
+
 # remove this script when problems are fixed
 SRCDIR=$1
 WWWSRCDIR=$2