Hi,

> I think what we have to do is listing Copyrights and Licenses in NOTICE file
> as seen in
> https://github.com/apache/spark/blob/master/NOTICE#L86
> 
> Is my understanding right?

No, that notice file is IMO a poor example to copy from. MIT and BSD licenses 
need to be mentioned in LICENSE not NOTICE [1], Apache licensed software 
generally only needs to be mentioned in NOTICE if it has it’s own NOTICE file. 
[2] This can be sorted out during incubation.

> 3) listing dependencies in the NOTICE file.

Only bundled files (i.e. things in the actual release) should be listed, 
dependancies do not need to be listed. [3]

Thanks,
Justin

1. http://www.apache.org/dev/licensing-howto.html#permissive-deps
2. http://www.apache.org/dev/licensing-howto.html#alv2-dep
3. http://www.apache.org/dev/licensing-howto.html#guiding-principle
---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org

Reply via email to