Timeline for Using C++ / Java to develop software for commercial purpose
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 29, 2013 at 9:12 | comment | added | Robin Green | Then the exception does not apply and you have to follow the full terms of the relevant license. Also, there are trademark implications in the case of Java - better not mention Java or OpenJDK in your documentation or advertising at all if you are using it (but see the Oracle v Google court case). | |
| Sep 29, 2013 at 0:10 | comment | added | piotrek | and what if i modify the standard language libraries? can i do it? what happens to license of my program then? | |
| Apr 18, 2011 at 15:29 | comment | added | Berin Loritsch | The LGPL (Lesser GPL) allows an application to link to it without requiring that application to be GPLd itself. A GPL library on the other hand is infectious. But you are correct, the output of the compiler is explicitly excluded from the GPL terms. | |
| Apr 18, 2011 at 15:13 | history | migrated | from stackoverflow.com (revisions) | ||
| Apr 16, 2011 at 19:29 | history | answered | Robin Green | CC BY-SA 3.0 |