Question about license implications of embedding Tectonic (esp. engine_xdvipdfmx) #1271
-
Hello, first of all, thank you for this amazing project — I deeply respect the amount of work and care that's gone into it. I understand that Tectonic itself is under the MIT license. However, as stated in the LICENSE file:
In particular, I noticed that the If I embed Tectonic (e.g., as a library in my own application), would this cause any GPL-style copyleft implications — especially due to the licensing of the original (x)dvipdfmx code? I want to make sure I'm not inadvertently triggering any license incompatibilities or viral licensing effects by using Tectonic in this way. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I am not a lawyer, so take this with a grain of salt. TL;DR - the situation here is murky, but not much different from using any other LaTeX application as far as I can tell. I can't say anything definitive on whether it's okay or not. In detail: The best option here would honestly to be able to switch to the |
Beta Was this translation helpful? Give feedback.
I am not a lawyer, so take this with a grain of salt. TL;DR - the situation here is murky, but not much different from using any other LaTeX application as far as I can tell. I can't say anything definitive on whether it's okay or not.
In detail:
The answer to this is complicated. Conventionally, using GPL source as part of a project makes your project GPL. However, this depends on what exactly is considered an individually copyrightable item - using a GPL tool doesn't make everything you do GPL, for example. Other TeX engines such as TeX-Live appear to take the same stance that the tectonic repository has so far, which is that xdvipdfmx is effectively an independently compiled tool we ha…