Skip to content

Commit

Permalink
[website] Clarify redistribution
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Mar 3, 2023
1 parent 04c0dd0 commit db9df87
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/src/components/pricing/FAQ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,16 +132,19 @@ const faqData = [
summary: 'What is the policy on redistributing the software?',
detail: (
<React.Fragment>
The licenses are royalty-free. The licensed entity can use our components without a
sublicense in:
The commerial licenses are royalty-free. The licensed entity can use the components without
a sublicense in:
<ul>
<li>Solutions for internal company use</li>
<li>Hosted applications</li>
<li>Commercial solutions deployed for end-users</li>
</ul>
Based on the 'Deployment' section of the EULA, you can sublicense the software if it's made
part of a larger work. The new licenses must be in writing and substantially the same as
these EULA.
Based on the{' '}
<Link target="_blank" rel="noopener" href="https://mui.com/legal/mui-x-eula/#deployment">
'Deployment' section of the EULA
</Link>
, you can sublicense the software if it's made part of a larger work. The new licenses must
be in writing and substantially the same as these EULA.
<br />
<br />
<b>Example 1.</b> Agency 'A' is building two applications for companies 'B' and 'C'. Agency
Expand Down

0 comments on commit db9df87

Please sign in to comment.