You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2015/04/19 15:52:51 UTC

[1/3] [text] SANDBOX-497 IP clearance for the names package

Repository: commons-text
Updated Branches:
  refs/heads/master 65852f808 -> e8e85d9de


SANDBOX-497 IP clearance for the names package


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/be2bcda2
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/be2bcda2
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/be2bcda2

Branch: refs/heads/master
Commit: be2bcda218bdaf0bce78dac8bb60efb46027f74f
Parents: c4e8a3e
Author: Bruno P. Kinoshita <br...@yahoo.com.br>
Authored: Sun Apr 19 21:59:12 2015 +1200
Committer: Bruno P. Kinoshita <br...@yahoo.com.br>
Committed: Sun Apr 19 21:59:12 2015 +1200

----------------------------------------------------------------------
 NOTICE.txt              | 4 ++++
 src/changes/changes.xml | 1 +
 2 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/be2bcda2/NOTICE.txt
----------------------------------------------------------------------
diff --git a/NOTICE.txt b/NOTICE.txt
index 283320b..f6f4633 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -3,3 +3,7 @@ Copyright 2001-2015 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
+
+This product includes software from the HumanNameParser.php
+(https://github.com/jasonpriem/HumanNameParser.php) library,
+under the Apache License 2.0 (see: the o.a.c.t.names package).

http://git-wip-us.apache.org/repos/asf/commons-text/blob/be2bcda2/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2768608..fbb60b9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -22,6 +22,7 @@
   <body>
 
   <release version="1.0" date="tba" description="tba">
+    <action issue="SANDBOX-497" type="fix" dev="kinow">IP clearance for the names package</action>
     <action issue="SANDBOX-496" type="add" dev="kinow">Write user guide</action>
     <action issue="SANDBOX-488" type="fix" dev="kinow">Work on the string metric, distance, and similarity definitions for the project</action>
     <action issue="SANDBOX-487" type="add" dev="kinow">Human name parser</action>


Re: [2/3] [text] SANDBOX-497 IP clearance for the names package

Posted by Benedikt Ritter <br...@apache.org>.
2015-04-24 17:17 GMT+02:00 sebb <se...@gmail.com>:

> On 20 April 2015 at 04:25, Phil Steitz <ph...@gmail.com> wrote:
> > On 4/19/15 6:52 AM, britter@apache.org wrote:
> >> SANDBOX-497 IP clearance for the names package
> >>
> >> Make clear that Commons Text only includes ported code from the
> >> HumanNameParser PHP library.
> >> HumanNameParser library is licensed under MIT.
> >>
> >>
> >> Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
> >> Commit:
> http://git-wip-us.apache.org/repos/asf/commons-text/commit/db197ab1
> >> Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/db197ab1
> >> Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/db197ab1
> >>
> >> Branch: refs/heads/master
> >> Commit: db197ab199281d65ca338f8f47b6099223a9cf8b
> >> Parents: be2bcda
> >> Author: Benedikt Ritter <br...@apache.org>
> >> Authored: Sun Apr 19 15:49:54 2015 +0200
> >> Committer: Benedikt Ritter <br...@apache.org>
> >> Committed: Sun Apr 19 15:49:54 2015 +0200
> >>
> >> ----------------------------------------------------------------------
> >>  NOTICE.txt | 6 +++---
> >>  1 file changed, 3 insertions(+), 3 deletions(-)
> >> ----------------------------------------------------------------------
> >>
> >>
> >>
> http://git-wip-us.apache.org/repos/asf/commons-text/blob/db197ab1/NOTICE.txt
> >> ----------------------------------------------------------------------
> >> diff --git a/NOTICE.txt b/NOTICE.txt
> >> index f6f4633..80d91a0 100644
> >> --- a/NOTICE.txt
> >> +++ b/NOTICE.txt
> >> @@ -4,6 +4,6 @@ Copyright 2001-2015 The Apache Software Foundation
> >>  This product includes software developed at
> >>  The Apache Software Foundation (http://www.apache.org/).
> >>
> >> -This product includes software from the HumanNameParser.php
> >> -(https://github.com/jasonpriem/HumanNameParser.php) library,
> >> -under the Apache License 2.0 (see: the o.a.c.t.names package).
> >> +This product includes software ported from the HumanNameParser PHP
> library
> >> +(https://github.com/jasonpriem/HumanNameParser.php), which is
> licensed under
> >> +the MIT License (MIT) (see: the o.a.c.t.names package).
> >
> > Sebb or some other license/notice expert can chime in here; but I
> > suspect this is either not necessary or misplaced.  We were asked to
> > rip out a lot of stuff like this from [math] NOTICE based on the
> > argument that only legally required things should be in there.  If
> > this is a legal requirement, the MIT license asks that you include
> > the license, which should (IIUC) go in LICENSE, not NOTICE.  Given
> > that this is a port and not inclusion, though; I am not sure it is
> > needed.
>
> I am not an expert in this, but I have read the docs [1] many times.
>
> I agree with Phil that it does not seem necessary to update NOTICE in this
> case.
>
> [1] http://www.apache.org/dev/licensing-howto.html#mod-notice


Thank you for clarifying. I will remove the entry from NOTICE.txt when I do
my next development cycle for [text]. I'll make sure the original author is
attributed either in the contributors section of pom.xml or in the JavaDoc.

Benedikt


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


-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter

Re: [2/3] [text] SANDBOX-497 IP clearance for the names package

Posted by sebb <se...@gmail.com>.
On 20 April 2015 at 04:25, Phil Steitz <ph...@gmail.com> wrote:
> On 4/19/15 6:52 AM, britter@apache.org wrote:
>> SANDBOX-497 IP clearance for the names package
>>
>> Make clear that Commons Text only includes ported code from the
>> HumanNameParser PHP library.
>> HumanNameParser library is licensed under MIT.
>>
>>
>> Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
>> Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/db197ab1
>> Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/db197ab1
>> Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/db197ab1
>>
>> Branch: refs/heads/master
>> Commit: db197ab199281d65ca338f8f47b6099223a9cf8b
>> Parents: be2bcda
>> Author: Benedikt Ritter <br...@apache.org>
>> Authored: Sun Apr 19 15:49:54 2015 +0200
>> Committer: Benedikt Ritter <br...@apache.org>
>> Committed: Sun Apr 19 15:49:54 2015 +0200
>>
>> ----------------------------------------------------------------------
>>  NOTICE.txt | 6 +++---
>>  1 file changed, 3 insertions(+), 3 deletions(-)
>> ----------------------------------------------------------------------
>>
>>
>> http://git-wip-us.apache.org/repos/asf/commons-text/blob/db197ab1/NOTICE.txt
>> ----------------------------------------------------------------------
>> diff --git a/NOTICE.txt b/NOTICE.txt
>> index f6f4633..80d91a0 100644
>> --- a/NOTICE.txt
>> +++ b/NOTICE.txt
>> @@ -4,6 +4,6 @@ Copyright 2001-2015 The Apache Software Foundation
>>  This product includes software developed at
>>  The Apache Software Foundation (http://www.apache.org/).
>>
>> -This product includes software from the HumanNameParser.php
>> -(https://github.com/jasonpriem/HumanNameParser.php) library,
>> -under the Apache License 2.0 (see: the o.a.c.t.names package).
>> +This product includes software ported from the HumanNameParser PHP library
>> +(https://github.com/jasonpriem/HumanNameParser.php), which is licensed under
>> +the MIT License (MIT) (see: the o.a.c.t.names package).
>
> Sebb or some other license/notice expert can chime in here; but I
> suspect this is either not necessary or misplaced.  We were asked to
> rip out a lot of stuff like this from [math] NOTICE based on the
> argument that only legally required things should be in there.  If
> this is a legal requirement, the MIT license asks that you include
> the license, which should (IIUC) go in LICENSE, not NOTICE.  Given
> that this is a port and not inclusion, though; I am not sure it is
> needed.

I am not an expert in this, but I have read the docs [1] many times.

I agree with Phil that it does not seem necessary to update NOTICE in this case.

[1] http://www.apache.org/dev/licensing-howto.html#mod-notice

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

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


Re: [2/3] [text] SANDBOX-497 IP clearance for the names package

Posted by Phil Steitz <ph...@gmail.com>.
On 4/19/15 6:52 AM, britter@apache.org wrote:
> SANDBOX-497 IP clearance for the names package
>
> Make clear that Commons Text only includes ported code from the
> HumanNameParser PHP library.
> HumanNameParser library is licensed under MIT.
>
>
> Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
> Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/db197ab1
> Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/db197ab1
> Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/db197ab1
>
> Branch: refs/heads/master
> Commit: db197ab199281d65ca338f8f47b6099223a9cf8b
> Parents: be2bcda
> Author: Benedikt Ritter <br...@apache.org>
> Authored: Sun Apr 19 15:49:54 2015 +0200
> Committer: Benedikt Ritter <br...@apache.org>
> Committed: Sun Apr 19 15:49:54 2015 +0200
>
> ----------------------------------------------------------------------
>  NOTICE.txt | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/commons-text/blob/db197ab1/NOTICE.txt
> ----------------------------------------------------------------------
> diff --git a/NOTICE.txt b/NOTICE.txt
> index f6f4633..80d91a0 100644
> --- a/NOTICE.txt
> +++ b/NOTICE.txt
> @@ -4,6 +4,6 @@ Copyright 2001-2015 The Apache Software Foundation
>  This product includes software developed at
>  The Apache Software Foundation (http://www.apache.org/).
>  
> -This product includes software from the HumanNameParser.php
> -(https://github.com/jasonpriem/HumanNameParser.php) library,
> -under the Apache License 2.0 (see: the o.a.c.t.names package).
> +This product includes software ported from the HumanNameParser PHP library
> +(https://github.com/jasonpriem/HumanNameParser.php), which is licensed under
> +the MIT License (MIT) (see: the o.a.c.t.names package).

Sebb or some other license/notice expert can chime in here; but I
suspect this is either not necessary or misplaced.  We were asked to
rip out a lot of stuff like this from [math] NOTICE based on the
argument that only legally required things should be in there.  If
this is a legal requirement, the MIT license asks that you include
the license, which should (IIUC) go in LICENSE, not NOTICE.  Given
that this is a port and not inclusion, though; I am not sure it is
needed.

Phil
>
> .
>


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


[2/3] [text] SANDBOX-497 IP clearance for the names package

Posted by br...@apache.org.
SANDBOX-497 IP clearance for the names package

Make clear that Commons Text only includes ported code from the
HumanNameParser PHP library.
HumanNameParser library is licensed under MIT.


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/db197ab1
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/db197ab1
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/db197ab1

Branch: refs/heads/master
Commit: db197ab199281d65ca338f8f47b6099223a9cf8b
Parents: be2bcda
Author: Benedikt Ritter <br...@apache.org>
Authored: Sun Apr 19 15:49:54 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Sun Apr 19 15:49:54 2015 +0200

----------------------------------------------------------------------
 NOTICE.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/db197ab1/NOTICE.txt
----------------------------------------------------------------------
diff --git a/NOTICE.txt b/NOTICE.txt
index f6f4633..80d91a0 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -4,6 +4,6 @@ Copyright 2001-2015 The Apache Software Foundation
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 
-This product includes software from the HumanNameParser.php
-(https://github.com/jasonpriem/HumanNameParser.php) library,
-under the Apache License 2.0 (see: the o.a.c.t.names package).
+This product includes software ported from the HumanNameParser PHP library
+(https://github.com/jasonpriem/HumanNameParser.php), which is licensed under
+the MIT License (MIT) (see: the o.a.c.t.names package).


[3/3] [text] Merge branch 'SANDBOX-497'

Posted by br...@apache.org.
Merge branch 'SANDBOX-497'


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/e8e85d9d
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/e8e85d9d
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/e8e85d9d

Branch: refs/heads/master
Commit: e8e85d9deff253808bb6ba6ec3be8a1f874be27f
Parents: 65852f8 db197ab
Author: Benedikt Ritter <br...@apache.org>
Authored: Sun Apr 19 15:51:55 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Sun Apr 19 15:51:55 2015 +0200

----------------------------------------------------------------------
 NOTICE.txt              | 4 ++++
 src/changes/changes.xml | 1 +
 2 files changed, 5 insertions(+)
----------------------------------------------------------------------