From: Ingo B. <in...@ji...> - 2020-11-12 20:45:35
|
Rui Pedro Caldeira via dnsjava-users wrote on 2020-11-08: > Hello all! > First off all great work on the dnsjava project. It is really great to > see what can be done with it :) > > I'm building my own library where I use dnsjava and I'm planning to > release it to the public under Apache License Version 2.0. I want to make > sure that i'm not committing any license violation and that I can use > your library in my library, That is fine, you can use dnsjava from an Apache licensed library. However, if you, or a consumer of your library, distribute a dnsjava.jar, you need to ship the license file (https://github.com/dnsjava/dnsjava/blob/master/LICENSE) along with it. This is similar to the requirement of the Apache 2 license. > Thank you very much for your time > Rui Cheers, Ingo |