[ 
https://issues.apache.org/jira/browse/DATAFU-76?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14226900#comment-14226900
 ] 

Matthew Hayes commented on DATAFU-76:
-------------------------------------

By the way, do we need to copy the contents of the apache commons math NOTICE 
file into our NOTICE file?  When we build the datafu-pig jar, we also include 
some of its dependencies for convenience so users only need to download and 
register the one jar.  

You can see the full list of files that are packaged in datafu-pig in its 
build.gradle file (below).  Note that we use autojar + jarjar when doing this, 
which includes the dependencies but under a different namespace to avoid 
conflict.

{code}
  autojarred "it.unimi.dsi:fastutil:$fastutilVersion"
  autojarred "org.apache.commons:commons-math:$commonsMathVersion"
  autojarred "com.clearspring.analytics:stream:$streamVersion"
  autojarred "com.google.guava:guava:$guavaVersion"
  autojarred "org.apache.opennlp:opennlp-tools:$openNlpVersion"
  autojarred "org.apache.opennlp:opennlp-uima:$openNlpVersion"
  autojarred "org.apache.opennlp:opennlp-maxent:$openNlpMaxEntVersion"
{code}

All of the above jars are Apache 2 licensed.  I didn't find any NOTICE files 
except for apache commons math.  

> Resolve issues with build-plugin directory
> ------------------------------------------
>
>                 Key: DATAFU-76
>                 URL: https://issues.apache.org/jira/browse/DATAFU-76
>             Project: DataFu
>          Issue Type: Sub-task
>            Reporter: Jakob Homan
>            Assignee: Matthew Hayes
>         Attachments: DATAFU-76-v2.patch
>
>
> It looks like the files in build-plugin were copied in from another github 
> account.  This is problematic as this code hasn't been given to ASF and 
> doesn't appear to be ASL2 licensed (or even explicitly licensed at all).  Is 
> there no other way to include this code?  If not, we need to figure out the 
> licensing and copyright issues before it can be included.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to