| <!doctype html> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <meta name="viewport" content="width=device-width"> |
| <title>Model Redistribution Disclaimer</title> |
| <style> |
| .container { max-width: 800px; margin: 2rem auto; padding: 20px; } |
| h1 { color: #2c3e50; border-bottom: 2px solid #bdc3c7; } |
| h2 { color: #34495e; margin-top: 1.8rem; } |
| .section { margin: 1.5rem 0; } |
| .highlight { background: #f8f9fa; padding: 15px; border-radius: 4px; } |
| </style> |
| </head> |
| <body> |
| <div class="container"> |
| <h1>Model Redistribution Disclaimer License (RDL)</h1> |
| |
| <div class="section"> |
| <h2>1. Ownership</h2> |
| <p>All intellectual property rights and related rights to the Work remain exclusively with the original copyright holder(s). The Maintainer neither claims nor acquires any rights through redistribution.</p> |
| </div> |
|
|
| <div class="section highlight"> |
| <h2>2. Source Attribution Requirement</h2> |
| <p>The Maintainer must prominently display the original source information (including but not limited to publication platform, author identifiers, and original release URL) in the repository's primary documentation.</p> |
| </div> |
|
|
| <div class="section"> |
| <h2>3. License Inheritance</h2> |
| <p>Use, modification, and distribution of the Work shall be governed entirely by the license terms accompanying its original release. Any original license file takes precedence over this disclaimer.</p> |
| </div> |
|
|
| <div class="section"> |
| <h2>4. User Obligations</h2> |
| <p>Users must:</p> |
| <ul> |
| <li>Preserve all original copyright notices and license files</li> |
| <li>Comply with the original license terms</li> |
| <li>Attribute the Work to its original source when redistributing</li> |
| </ul> |
| </div> |
|
|
| <div class="section"> |
| <h2>5. Disclaimer of Liability</h2> |
| <p>THE WORK IS PROVIDED "AS IS", WITHOUT WARRANTIES OF ANY KIND. THE MAINTAINER EXPLICITLY DISCLAIMS LIABILITY FOR:</p> |
| <ul> |
| <li>Accuracy or completeness of the Work</li> |
| <li>Intellectual property infringement</li> |
| <li>Fitness for any purpose</li> |
| <li>Any damages arising from use</li> |
| </ul> |
| </div> |
|
|
| <div class="section"> |
| <h2>6. Preservation Principle</h2> |
| <p>The Maintainer shall not:</p> |
| <ul> |
| <li>Modify original model files</li> |
| <li>Remove original licensing information</li> |
| <li>Claim authorship or ownership</li> |
| </ul> |
| </div> |
|
|
| <div class="section highlight"> |
| <h2>7. Takedown Protocol</h2> |
| <p>Original rights holders may request content removal by contacting the Maintainer through repository-associated channels. Compliance will occur within 5 business days upon verification.</p> |
| </div> |
| </div> |
| </body> |
| </html> |