Plana-Archive commited on
Commit
c56ba28
·
verified ·
1 Parent(s): f6be34e

Upload RDLicence/index.html with huggingface_hub

Browse files
Files changed (1) hide show
  1. RDLicence/index.html +71 -0
RDLicence/index.html ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width">
6
+ <title>Model Redistribution Disclaimer</title>
7
+ <style>
8
+ .container { max-width: 800px; margin: 2rem auto; padding: 20px; }
9
+ h1 { color: #2c3e50; border-bottom: 2px solid #bdc3c7; }
10
+ h2 { color: #34495e; margin-top: 1.8rem; }
11
+ .section { margin: 1.5rem 0; }
12
+ .highlight { background: #f8f9fa; padding: 15px; border-radius: 4px; }
13
+ </style>
14
+ </head>
15
+ <body>
16
+ <div class="container">
17
+ <h1>Model Redistribution Disclaimer License (RDL)</h1>
18
+
19
+ <div class="section">
20
+ <h2>1. Ownership</h2>
21
+ <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>
22
+ </div>
23
+
24
+ <div class="section highlight">
25
+ <h2>2. Source Attribution Requirement</h2>
26
+ <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>
27
+ </div>
28
+
29
+ <div class="section">
30
+ <h2>3. License Inheritance</h2>
31
+ <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>
32
+ </div>
33
+
34
+ <div class="section">
35
+ <h2>4. User Obligations</h2>
36
+ <p>Users must:</p>
37
+ <ul>
38
+ <li>Preserve all original copyright notices and license files</li>
39
+ <li>Comply with the original license terms</li>
40
+ <li>Attribute the Work to its original source when redistributing</li>
41
+ </ul>
42
+ </div>
43
+
44
+ <div class="section">
45
+ <h2>5. Disclaimer of Liability</h2>
46
+ <p>THE WORK IS PROVIDED "AS IS", WITHOUT WARRANTIES OF ANY KIND. THE MAINTAINER EXPLICITLY DISCLAIMS LIABILITY FOR:</p>
47
+ <ul>
48
+ <li>Accuracy or completeness of the Work</li>
49
+ <li>Intellectual property infringement</li>
50
+ <li>Fitness for any purpose</li>
51
+ <li>Any damages arising from use</li>
52
+ </ul>
53
+ </div>
54
+
55
+ <div class="section">
56
+ <h2>6. Preservation Principle</h2>
57
+ <p>The Maintainer shall not:</p>
58
+ <ul>
59
+ <li>Modify original model files</li>
60
+ <li>Remove original licensing information</li>
61
+ <li>Claim authorship or ownership</li>
62
+ </ul>
63
+ </div>
64
+
65
+ <div class="section highlight">
66
+ <h2>7. Takedown Protocol</h2>
67
+ <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>
68
+ </div>
69
+ </div>
70
+ </body>
71
+ </html>