Well, you have to read the license, or employ a lawyer to do so. You mostly can do what you want with Clojure under EPL. You can build proprietary products with Clojure and distribute them with or without Clojure itself. The main limitation is that you cannot distribute a modified version of Clojure without releasing the source to those modifications.
At least that is how I read it. ________________________________________ From: [email protected] [[email protected]] on behalf of David Christensen [[email protected]] Sent: 20 February 2015 18:02 To: [email protected] Subject: Licensing of software products created with Clojure and related clojure: I'm looking for a LISP-like programming language with a robust library and multi-platform support for open- and closed-source projects (scripts, applications, libraries, plug-ins, whatever). Clojure looks like a good possibility. It appears that Clojure itself is licensed under the Eclipse Public License v 1.0: http://clojure.org/license https://www.eclipse.org/org/documents/epl-v10.php https://www.eclipse.org/legal/eplfaq.php How do I figure out what licenses are involved for the various combinations of target platforms (Linux, Windows, OS/X, iOS, Android, WWW), libraries (Java/JRE, .NET, JavaScript), tools (leiningen), etc.? How do I figure out what combinations are valid or invalid for open- and closed-source development and distribution? TIA, David -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
