manuels / texlive.js

Compiling LaTeX (TeX live) in your browser
http://manuels.github.com/texlive.js/
GNU General Public License v2.0
1.25k stars 139 forks source link

Licence ? #10

Closed epoyraz closed 10 years ago

epoyraz commented 11 years ago

I would like to use texlive.js in a commercial web-app.

Am i allowed to use it ?

manuels commented 11 years ago

Hmm, let me think about that... pdflatex is published under GPL but this project also contains files (not directly connected to pdflatex). So at least for these files I can choose my own license.

It will take some time till I figured out which license to choose (Sorry, licenses are not trivial)

davelab6 commented 10 years ago

Seems its GPL, so it can be used in commericial projects under the GPL :)

manuels commented 10 years ago

Sure, as long as you publish you changes to textlive.js it's fine!

swayf commented 9 years ago

in this case LGPL should be fine? because in case of GPL you have to open all you sources, not only changes in textlive.js

davelab6 commented 9 years ago

No, the LGPL can't be used because it inherits the GPL from pdflatex

TheodoreChu commented 4 years ago

Would you consider updating the license to "GPL-2 or any later version" so that it's compatible with GPL-3?