On Tue, May 6, 2008 at 3:28 AM, Vikram Roopchand <[EMAIL PROTECTED]> wrote: > Dear All, > I am using a few classes (MD4,MD5, ArcFour and related > factories) from this project , is it possible to copy them (with license > intact and no modifications) to my own source tree ? Does Guile permit that > ? It mentions so on the license page, but I just want to be sure. It would > reduce the dependency by one for me. I am not much of a legal guy so I > really do not know :( ... >
Yes, GNU Crypto's license permits this. You can link in any classes from GNU Crypto into your project, and it doesn't affect the license of your project; if you make changes or improvements to the GNU Crypto code itself, though, you need to make those changes available under the same license as GNU Crypto. Thanks. _______________________________________________ gnu-crypto-discuss mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-crypto-discuss
