On 3/3/2019 11:48 AM, Petko Hupka wrote:
If I understand correctly your license of your lib I can modify and and
use your product but what if i want only one method and I don't need whole
library. Can I simply copy it in to my project??

The Apache license covers the code as well as the binary releases.

I personally would add the dependency (most likely a jar) and not copy the code for one method. That way if a bug is found in the library, you won't need to change the code in your project to get the bug fixed. You can just update the dependency to a newer version.

But if you do copy the code, the license is the same. You can do it either way.

Thanks,
Shawn

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org

Reply via email to