Merge branch 'humannameparser-attribution'
diff --git a/NOTICE.txt b/NOTICE.txt
index 80d91a0..283320b 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -3,7 +3,3 @@
 
 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).
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 @@
  * <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>
  */