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/05/02 09:58:04 UTC

[1/3] [text] Remove unnecessary entry in NOTICE.txt

Repository: commons-text
Updated Branches:
  refs/heads/master f66c469e6 -> f026760b5


Remove unnecessary entry in NOTICE.txt


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

Branch: refs/heads/master
Commit: de5481a710b5b015e64fcd9563c78e6b905b6e82
Parents: f66c469
Author: Benedikt Ritter <br...@apache.org>
Authored: Sat May 2 09:55:48 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Sat May 2 09:55:48 2015 +0200

----------------------------------------------------------------------
 NOTICE.txt | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/de5481a7/NOTICE.txt
----------------------------------------------------------------------
diff --git a/NOTICE.txt b/NOTICE.txt
index 80d91a0..283320b 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -3,7 +3,3 @@ 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 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).


[2/3] [text] Update jira ticket references

Posted by br...@apache.org.
Update jira ticket references


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

Branch: refs/heads/master
Commit: fafc0f0bb27c50ad92f5c04b5cd6239b80a67575
Parents: de5481a
Author: Benedikt Ritter <br...@apache.org>
Authored: Sat May 2 09:57:24 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Sat May 2 09:57:24 2015 +0200

----------------------------------------------------------------------
 src/main/java/org/apache/commons/text/names/HumanNameParser.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/fafc0f0b/src/main/java/org/apache/commons/text/names/HumanNameParser.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/text/names/HumanNameParser.java b/src/main/java/org/apache/commons/text/names/HumanNameParser.java
index 9d6c2fc..4fa83b5 100644
--- a/src/main/java/org/apache/commons/text/names/HumanNameParser.java
+++ b/src/main/java/org/apache/commons/text/names/HumanNameParser.java
@@ -93,8 +93,8 @@ import org.apache.commons.lang3.StringUtils;
  * <p>The original code was written in <a href="http://jasonpriem.com/human-name-parse">PHP</a>
  * and ported to <a href="http://tupilabs.github.io/HumanNameParser.java/">Java</a>. This 
  * implementation is based on the Java implementation, with additions
- * suggested in <a href="https://issues.apache.org/jira/browse/SANDBOX-487">SANDBOX-487</a>
- * and <a href="https://issues.apache.org/jira/browse/SANDBOX-498">SANDBOX-498</a>.</p>
+ * suggested in <a href="https://issues.apache.org/jira/browse/TEXT-15">TEST-15</a>
+ * and <a href="https://issues.apache.org/jira/browse/TEXT-16">TEXT-16</a>.</p>
  *
  * <p>This class is immutable.</p>
  */


[3/3] [text] Merge branch 'humannameparser-attribution'

Posted by br...@apache.org.
Merge branch 'humannameparser-attribution'


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

Branch: refs/heads/master
Commit: f026760b5ce005e84f7ba77940ee029d1a351ddf
Parents: f66c469 fafc0f0
Author: Benedikt Ritter <br...@apache.org>
Authored: Sat May 2 09:57:36 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Sat May 2 09:57:36 2015 +0200

----------------------------------------------------------------------
 NOTICE.txt                                                       | 4 ----
 src/main/java/org/apache/commons/text/names/HumanNameParser.java | 4 ++--
 2 files changed, 2 insertions(+), 6 deletions(-)
----------------------------------------------------------------------