dCache / nfs4j

Pure Java NFSv3 and NFSv4.2 implementation
Other
240 stars 76 forks source link

Can I use this library in my commercial, closed source, project? #58

Closed karayv closed 6 years ago

karayv commented 6 years ago

Hi! It's not clear from the text of the license if I can use your library in a commercial project with is not distributed as an open source app?

Thank you!

kofemann commented 6 years ago

Hi. The nfs4j licensed under LGPL, which allows you to use with code under a different license.

https://www.gnu.org/licenses/lgpl-java.html

However, if you do changes to nfs4j code itself, the changes have to be released under LGPL license and make available with your distribution (in form of source or pointer to a repo).

https://tldrlegal.com/license/gnu-lesser-general-public-license-v3-(lgpl-3)

karayv commented 6 years ago

Thank you!