You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2020/06/02 11:54:48 UTC

[lucene-solr] branch master updated: Add license file to ShardRequestor.

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

dweiss 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 f59f8fd  Add license file to ShardRequestor.
f59f8fd is described below

commit f59f8fd77b2a3662d62030cdbbce678a3f747629
Author: Dawid Weiss <dw...@apache.org>
AuthorDate: Tue Jun 2 13:54:41 2020 +0200

    Add license file to ShardRequestor.
---
 .../apache/solr/handler/component/ShardRequestor.java    | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/solr/core/src/java/org/apache/solr/handler/component/ShardRequestor.java b/solr/core/src/java/org/apache/solr/handler/component/ShardRequestor.java
index 0ad53ba..c87f126 100644
--- a/solr/core/src/java/org/apache/solr/handler/component/ShardRequestor.java
+++ b/solr/core/src/java/org/apache/solr/handler/component/ShardRequestor.java
@@ -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.
+ */
 package org.apache.solr.handler.component;
 
 import io.opentracing.Span;


Re: [lucene-solr] branch master updated: Add license file to ShardRequestor.

Posted by Noble Paul <no...@gmail.com>.
I'm wondering why the IDE did not add it automatically.

it used to do it

On Tue, Jun 2, 2020 at 9:54 PM <dw...@apache.org> wrote:
>
> This is an automated email from the ASF dual-hosted git repository.
>
> dweiss 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 f59f8fd  Add license file to ShardRequestor.
> f59f8fd is described below
>
> commit f59f8fd77b2a3662d62030cdbbce678a3f747629
> Author: Dawid Weiss <dw...@apache.org>
> AuthorDate: Tue Jun 2 13:54:41 2020 +0200
>
>     Add license file to ShardRequestor.
> ---
>  .../apache/solr/handler/component/ShardRequestor.java    | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
>
> diff --git a/solr/core/src/java/org/apache/solr/handler/component/ShardRequestor.java b/solr/core/src/java/org/apache/solr/handler/component/ShardRequestor.java
> index 0ad53ba..c87f126 100644
> --- a/solr/core/src/java/org/apache/solr/handler/component/ShardRequestor.java
> +++ b/solr/core/src/java/org/apache/solr/handler/component/ShardRequestor.java
> @@ -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.
> + */
>  package org.apache.solr.handler.component;
>
>  import io.opentracing.Span;
>


-- 
-----------------------------------------------------
Noble Paul

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org