Github user osma commented on the pull request:

    https://github.com/apache/jena/pull/122#issuecomment-171934539
  
    Hmm, there are several LICENSE files in the Jena source tree which mention 
"code contributed by Plugged In Software". It appears that some of these have 
old pathnames referring to `com.hp.hpl.jena` packages which have since been 
renamed:
    
    ```
    $ grep ExtendedHandler `find . -name LICENSE`
    ./LICENSE:src/main/java/org/apache/jena/rdf/arp/ExtendedHandler.java
    
./jena-sdb/dist/LICENSE:src/main/java/com/hp/hpl/jena/rdf/arp/ExtendedHandler.java
    
./jena-core/LICENSE:src/main/java/com/hp/hpl/jena/rdf/arp/ExtendedHandler.java
    
./jena-core/src/main/resources/META-INF/LICENSE:src/main/java/com/hp/hpl/jena/rdf/arp/ExtendedHandler.java
    
./jena-core/target/classes/META-INF/LICENSE:src/main/java/com/hp/hpl/jena/rdf/arp/ExtendedHandler.java
    
./apache-jena/LICENSE:src/main/java/org/apache/jena/rdf/arp/ExtendedHandler.java
    ```
    
    As you can see above, this affects not only the jena-sdb/dist/LICENSE file 
but also jena-core and apache-jena.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to