You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by Stefan Bodewig <bo...@apache.org> on 2017/05/01 13:27:38 UTC

Re: [03/45] lucenenet git commit: Changed Lucene.Net.Analysis.Common.Analysis.Util.BufferedCharFilter to to the implementation from the Apache Harmony project

On 2017-04-30, <ni...@apache.org> wrote:

> Changed Lucene.Net.Analysis.Common.Analysis.Util.BufferedCharFilter to to the implementation from the Apache Harmony project

> http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f3ac940c/LICENSE.txt
> ----------------------------------------------------------------------
> diff --git a/LICENSE.txt b/LICENSE.txt
> index 88346fd..617d392 100644
> --- a/LICENSE.txt
>>>> b/LICENSE.txt
> @@ -758,6 +758,28 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
>  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
>  THE SOFTWARE.

>+ =============================

>+ Some code in
>+ src/Lucene.Net.Analysis.Common/Util/BufferedCharFilter.cs
>+ src/Lucene.Net.Tests.Analysis.Common/Util/TestBufferedCharFilter.cs
>+ was sourced from the Apache Harmony project, which falls under the
>+ following license:

you don't need to add the Apache License to that file as it is already
present anyway :-)

Stefan

RE: [03/45] lucenenet git commit: Changed Lucene.Net.Analysis.Common.Analysis.Util.BufferedCharFilter to to the implementation from the Apache Harmony project

Posted by Shad Storhaug <sh...@shadstorhaug.com>.
Stefan,

I wasn't sure, but I figured it might be a blocker if it were not there and required, but probably not a blocker if it were there and not required. 

Thanks,
Shad Storhaug (NightOwl888)

-----Original Message-----
From: Stefan Bodewig [mailto:bodewig@apache.org] 
Sent: Monday, May 1, 2017 8:28 PM
To: dev@lucenenet.apache.org
Subject: Re: [03/45] lucenenet git commit: Changed Lucene.Net.Analysis.Common.Analysis.Util.BufferedCharFilter to to the implementation from the Apache Harmony project

On 2017-04-30, <ni...@apache.org> wrote:

> Changed Lucene.Net.Analysis.Common.Analysis.Util.BufferedCharFilter to 
> to the implementation from the Apache Harmony project

> http://git-wip-us.apache.org/repos/asf/lucenenet/blob/f3ac940c/LICENSE
> .txt
> ----------------------------------------------------------------------
> diff --git a/LICENSE.txt b/LICENSE.txt index 88346fd..617d392 100644
> --- a/LICENSE.txt
>>>> b/LICENSE.txt
> @@ -758,6 +758,28 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT 
> OR OTHERWISE, ARISING FROM,  OUT OF OR IN CONNECTION WITH THE SOFTWARE 
> OR THE USE OR OTHER DEALINGS IN  THE SOFTWARE.

>+ =============================

>+ Some code in
>+ src/Lucene.Net.Analysis.Common/Util/BufferedCharFilter.cs
>+ src/Lucene.Net.Tests.Analysis.Common/Util/TestBufferedCharFilter.cs
>+ was sourced from the Apache Harmony project, which falls under the 
>+ following license:

you don't need to add the Apache License to that file as it is already present anyway :-)

Stefan