Github user elbamos commented on the pull request:

    https://github.com/apache/incubator-zeppelin/pull/208#issuecomment-186019660
  
    @bzz I'm trying to implement these changes now.  A few comments:
    
    * The DESCRIPTION file -- this is a file with a particular format.  The 
license goes in the `License` line of the file, which is the case here. 
    
    * The LICENSE file -- for R packages, this is where custom licenses go.  
I've put the Apache license text into the file. 
    
    * Files under r/R/*.R -- The files you identified here are BSD licensed.  
They're from rscala, and no changes have been made.
    
    * RClient.scala -- The original file did not include the Apache license, 
but the file has been modified.   I've added a line to 
zeppelin-distribution/src/bin_license --- are we sure, though that that's 
correct?  We're not including binaries, we're making a derivative work from 
source.   
    
    * Console.scala - The license is BSD and BSD-style.  The bulk of the file 
is part of the source to scala itself, which is licensed under a "BSD-style" 
license.  http://www.scala-lang.org/old/node/249.html  There are changes that 
were part of rscala, which is BSD. 
    
    Pushing momentarily...


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to