license of Javascript files generated by Clojurescript?

2013-06-12 Thread PTCMHB
Hi all,
Sorry if this question is too silly:
in EPL's FAQ[1], number 26:
*Some free software communities say that linking to their code 
automatically means that your program is a derivative work. Is this the 
position of the Eclipse Foundation?*
** No, the Eclipse Foundation interprets the term derivative work in a 
way that is consistent with the definition in the U.S. Copyright Act, as 
applicable to computer software. Therefore, linking to Eclipse code might 
or might not create a derivative work, depending on all of the other facts 
and circumstances.
can somebody tell me at a very basic level: when the javascript files 
generated by Clojurescript considered a derivative work? If so, is having a 
webapp on the Internet considered distribution in compiled form?

[1]: http://www.eclipse.org/legal/eplfaq.php

-- 
-- 
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
--- 
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 clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: license of Javascript files generated by Clojurescript?

2013-06-12 Thread PTCMHB
Thanks David,
I was confused because when using clojurescript we can't avoid using 
functions from core libraries and after compiled down to javascript, (parts 
of) those functions will appear on the final javascript file.
So those clojurescript-origin compiled forms are considered unmodified 
libraries which are allowed to re-distributed by EPL.

-- 
-- 
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
--- 
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 clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.