Hi, I am trying to figure out whether I can use GPL'd libraries in my Clojure project or not.
Am I allowed to distribute unmodified copies of clojure.jar in my MIT (or other liberally licensed) project? Am I allowed to distribute and use unmodified copies of GPL'd libs as jars? I've been told that dynamic linking against GPL libs in C counts somehow as derivative work. But I don't know how valid this interpretation is, and whether it applies to Java/Clojure or not. If instead my project was licensed under EPL or GPL, how would it change the answers to the above questions? Asking users to download their own copies of said jars is not really a good option for me, because this is intended to be a user facing application, and I don't expect my users to even know what a jar is. Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---