refactor: Replace "Platform" with "SmoothSchedule" in licensing section
Updated all references to "Platform" in the licensing documentation to use "SmoothSchedule" for better branding consistency: - Changed "Platform Rights" to "SmoothSchedule Rights" - Changed "Platform Service Rights" to "SmoothSchedule Service Rights" - Changed "Platform Use" table header to "SmoothSchedule Use" - Updated all inline references from "Platform" to "SmoothSchedule" This makes the licensing terms more specific and branded while maintaining the same legal structure and protections. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1644,7 +1644,7 @@ exec('print("hi")') # Error!`}
|
||||
<li>Only accessible within your business account</li>
|
||||
<li>Not visible in the public marketplace</li>
|
||||
<li>You choose any license you want (or none)</li>
|
||||
<li>Platform can execute your code to provide the service</li>
|
||||
<li>SmoothSchedule can execute your code to provide the service</li>
|
||||
</ul>
|
||||
|
||||
<h3 className="text-lg font-semibold text-gray-900 dark:text-white">
|
||||
@@ -1665,7 +1665,7 @@ exec('print("hi")') # Error!`}
|
||||
</p>
|
||||
<ol className="ml-4 space-y-1">
|
||||
<li>
|
||||
<strong>Platform Rights:</strong> SmoothSchedule may use, execute, host, and distribute your plugin code
|
||||
<strong>SmoothSchedule Rights:</strong> SmoothSchedule may use, execute, host, and distribute your plugin code
|
||||
to provide the marketplace service
|
||||
</li>
|
||||
<li>
|
||||
@@ -1688,7 +1688,7 @@ exec('print("hi")') # Error!`}
|
||||
<strong>You retain:</strong> Copyright ownership, ability to license elsewhere, right to unpublish
|
||||
</p>
|
||||
<p className="mt-2 text-xs italic">
|
||||
Similar to: MIT License + Platform Service Rights
|
||||
Similar to: MIT License + SmoothSchedule Service Rights
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1702,7 +1702,7 @@ exec('print("hi")') # Error!`}
|
||||
<ul className="text-gray-600 dark:text-gray-300 text-sm">
|
||||
<li>Original code is stored for security verification</li>
|
||||
<li>Changing code after URL whitelisting will fail upload</li>
|
||||
<li>Platform may review code for security compliance</li>
|
||||
<li>SmoothSchedule may review code for security compliance</li>
|
||||
<li>Malicious code will result in account suspension</li>
|
||||
</ul>
|
||||
</ApiContent>
|
||||
@@ -1747,7 +1747,7 @@ exec('print("hi")') # Error!`}
|
||||
<div className="text-green-600 dark:text-green-400">✓ Hide from marketplace</div>
|
||||
</div>
|
||||
<div className="grid grid-cols-3 gap-4 p-3 text-xs">
|
||||
<div className="text-gray-600 dark:text-gray-400">Platform Use</div>
|
||||
<div className="text-gray-600 dark:text-gray-400">SmoothSchedule Use</div>
|
||||
<div className="text-green-600 dark:text-green-400">✓ Execute only</div>
|
||||
<div className="text-green-600 dark:text-green-400">✓ Execute + Distribute</div>
|
||||
</div>
|
||||
@@ -1762,7 +1762,7 @@ exec('print("hi")') # Error!`}
|
||||
</h3>
|
||||
<ul className="text-sm text-blue-800 dark:text-blue-200 space-y-2">
|
||||
<li>
|
||||
<strong>Platform Service Rights:</strong> By uploading any plugin, you grant SmoothSchedule
|
||||
<strong>SmoothSchedule Service Rights:</strong> By uploading any plugin, you grant SmoothSchedule
|
||||
the right to execute your code to provide the automation service
|
||||
</li>
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user