Replies: 1 comment 11 replies
-
Source code is under GPL, but source code (SCSS, CSS, etc.) is not the content, which can be under a proprietary license. Otherwise and for example, everything you write using Word is under Microsoft licensing, thus you don't own things you create with any tools. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for developing Quarto. I’m trying creating proprietary html documents for my website using Quarto. The outputs are excellent, but I’m not sure that GPL does not cover the exported html documents when they include styles or functionalities from Quarto.
I checked the FAQ (https://quarto.org/docs/faq/#can-i-use-quarto-to-develop-proprietary-content) and understand the copyright on Quarto does not intend to cover the generated contents.
Let me explain the situation. I’m using this kind of settings in my _quarto.yml.
Therefore, Quarto will copy some CSS codes for syntax highlighting and JavaScript codes for copying codes in the documents from its source files into my documents.
As far as I understand, the copied source codes will inherit the original license (https://www.gnu.org/licenses/gpl-faq.en.html#CanIUseGPLToolsForNF). So the GPL will cover parts of my documents. If so, the document authors like me will need some work to be compliant with the license.
I think the license of Quarto does not intend to cover the exported documents, even if Quarto copies its source codes to give the documents some styles and functionalities. If so, as stated here (#2915), distinguishing between the Quarto tools and “redistributable files” (CSS and JavaScript codes in my case?) may solve this question and similar ones.
Could someone clarify this?
Thank you for all of your work.
Beta Was this translation helpful? Give feedback.
All reactions