Add licensing section to legal FAQ (#23560)
<!-- This is an auto-generated description by cubic. --> <a href="https://cubic.dev/pr/twentyhq/twenty/pull/23560?utm_source=github" target="_blank" rel="noopener noreferrer" data-no-image-dialog="true"><picture><source media="(prefers-color-scheme: dark)" srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img alt="Review in cubic" src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a> <!-- End of auto-generated description by cubic. --> --------- Co-authored-by: Félix Malfait <felix@twenty.com>
This commit is contained in:
@@ -108,4 +108,18 @@ No, Twenty is in the process of becoming HIPAA compliant.
|
||||
</Accordion>
|
||||
</AccordionGroup>
|
||||
|
||||
## Licensing
|
||||
|
||||
<AccordionGroup>
|
||||
<Accordion title="If I change the code to add features only for internal use by my team, do I have to publish those changes?">
|
||||
No. Running a modified version for your own team is not distribution, so no publication obligation arises. The AGPL's network clause applies when people outside your organization interact with your modified instance over the network.
|
||||
</Accordion>
|
||||
<Accordion title="If I create a separate front end and use Twenty as a backend as-is, do I have to publish those changes?">
|
||||
No. Your front end is your own, separate work, and talking to Twenty through its APIs does not change that. Since Twenty itself is unmodified, there is nothing to publish.
|
||||
</Accordion>
|
||||
<Accordion title="If I change the code to add features to re-sell it, do I have to publish those changes?">
|
||||
Yes, since you're modifying code to distribute it to others, you're required to publish those changes. If you don't want to publish your changes, you can obtain Organization license.
|
||||
</Accordion>
|
||||
</AccordionGroup>
|
||||
|
||||
If you have more questions, please check our [Terms and Conditions](https://twenty.com/terms), [Privacy Policy](https://twenty.com/privacy-policy) and [Trust Center](https://trust.twenty.com/). If your questions are still unanswered, send them to [contact@twenty.com](mailto:contact@twenty.com) or via support chat.
|
||||
|
||||
Reference in New Issue
Block a user