-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcopyright.html
More file actions
335 lines (308 loc) · 17 KB
/
Copy pathcopyright.html
File metadata and controls
335 lines (308 loc) · 17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#ff6b35" />
<meta name="keywords" content="copyright, software license, source available license, custom license, intellectual property, source code" />
<meta name="author" content="Deep Dey / QuickLink" />
<meta name="robots" content="index, follow" />
<title>Copyright & License — Transparent Clock Custom Source-Available License</title>
<meta name="description" content="Copyright and licensing information for Transparent Clock. Licensed under a custom source-available license — free to use, source viewable for learning, copying and redistribution prohibited." />
<meta property="og:title" content="Copyright & License — Transparent Clock" />
<meta property="og:description" content="Learn about copyright ownership and MIT source code licensing for Transparent Clock." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://clock.qlynk.me/copyright.html" />
<meta property="og:image" content="https://clock.qlynk.me/assets/images/hero.png" />
<meta property="og:site_name" content="Transparent Clock" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Copyright & License" />
<meta name="twitter:description" content="Transparent Clock custom source-available license information and copyright details." />
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="icon" href="assets/images/logo.png" />
<link rel="canonical" href="https://clock.qlynk.me/copyright.html" />
<style>
.legal-section {
margin: 40px 0;
padding: 30px;
background: #fafafa;
border-radius: 12px;
border-left: 4px solid #ff6b35;
}
.legal-section h2 {
color: #2c3e50;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 2px solid #e9ecef;
}
.legal-section h3 {
color: #495057;
margin-top: 20px;
margin-bottom: 10px;
}
.legal-section p, .legal-section li {
color: #555;
line-height: 1.8;
margin-bottom: 10px;
}
.legal-section ul {
padding-left: 20px;
}
.legal-meta {
background: #e8f4f8;
padding: 15px 20px;
border-radius: 8px;
margin-bottom: 30px;
font-size: 0.9rem;
color: #495057;
}
.legal-meta strong {
color: #2c3e50;
}
.back-to-legal {
display: inline-block;
padding: 10px 20px;
background: linear-gradient(135deg, #ff6b35, #f7931e);
color: white;
text-decoration: none;
border-radius: 8px;
font-weight: 600;
margin-bottom: 20px;
transition: transform 0.2s;
}
.back-to-legal:hover {
transform: translateY(-2px);
}
.copyright-notice {
background: linear-gradient(135deg, #f8f9fa, #e9ecef);
border: 2px solid #dee2e6;
padding: 25px;
border-radius: 12px;
text-align: center;
margin: 30px 0;
}
.copyright-notice h2 {
margin: 0 0 10px 0;
font-size: 1.8rem;
color: #2c3e50;
}
.copyright-notice p {
margin: 5px 0;
font-size: 1.1rem;
color: #495057;
}
</style>
<!-- =========== Google Ads Scripts And Meta Tags [START] ============-->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2533086861741403"
crossorigin="anonymous"></script>
<meta name="google-adsense-account" content="ca-pub-2533086861741403">
<!-- =========== Google Ads Scripts And Meta Tags [END] ============-->
</head>
<body>
<header class="nav">
<div class="container nav-inner">
<a class="brand" href="index.html">
<img src="assets/images/logo.png" alt="Transparent Clock logo" />
Transparent Clock
</a>
<nav>
<button class="nav-toggle" aria-label="Toggle navigation">Menu</button>
<div class="nav-links">
<a href="features.html">Features</a>
<a href="download.html">Download</a>
<a href="faq.html">FAQ</a>
<a href="About.html">About</a>
<a href="About-Deep.html">Author</a>
<a href="contact.html">Contact</a>
</div>
</nav>
</div>
</header>
<main class="section">
<div class="container">
<a href="legal.html" class="back-to-legal">← Back to Legal Hub</a>
<h1>Copyright & License</h1>
<p>Information about copyright ownership, intellectual property rights, and source code licensing for Transparent Clock.</p>
<div class="legal-meta">
<strong>Document Version:</strong> 1.0 |
<strong>Effective Date:</strong> February 19, 2026 |
<strong>Last Updated:</strong> February 19, 2026 |
<strong>Copyright Owner:</strong> Deep Dey (QuickLink)
</div>
<div class="copyright-notice">
<h2>© 2026 Deep Dey</h2>
<p>All Rights Reserved</p>
<p style="margin-top: 10px; font-size: 0.95rem;">Transparent Clock is owned and operated by <strong>Deep Dey</strong> under the <strong>QuickLink</strong> brand.</p>
</div>
<div class="legal-section">
<h2>1. Copyright Ownership</h2>
<p>Transparent Clock, including but not limited to the software application, source code, website, documentation, graphics, logos, and all associated materials, is the intellectual property of <strong>Deep Dey</strong> (operating under the brand name <strong>QuickLink</strong>).</p>
<p><strong>Copyright Notice:</strong> © 2026 Deep Dey. All Rights Reserved.</p>
<p>The following are considered copyrighted works:</p>
<ul>
<li><strong>Software Application:</strong> The compiled Transparent Clock desktop application (.exe file).</li>
<li><strong>Source Code:</strong> All C#/.NET source code, scripts, configuration files, and build files.</li>
<li><strong>Website:</strong> All HTML, CSS, JavaScript, and content on clock.qlynk.me.</li>
<li><strong>Documentation:</strong> README files, CHANGELOG, release notes, FAQ, About page content, Help files, and all written guides.</li>
<li><strong>Graphics & Assets:</strong> Logos, icons, screenshots, UI mockups, promotional materials, and visual designs.</li>
<li><strong>Brand Name:</strong> "Transparent Clock" and "Study Clock" as product names.</li>
<li><strong>UI/UX Design:</strong> The visual layout, design patterns, and user interface of the Software.</li>
</ul>
</div>
<div class="legal-section">
<h2>2. All Rights Reserved</h2>
<p>The phrase <strong>"All Rights Reserved"</strong> means that the copyright owner reserves all rights provided by copyright law. This includes, but is not limited to:</p>
<ul>
<li>The right to reproduce the work.</li>
<li>The right to create derivative works based on the original.</li>
<li>The right to distribute copies of the work to the public.</li>
<li>The right to perform or display the work publicly.</li>
<li>The right to license or sublicense the work to others.</li>
</ul>
<p><strong>What this means for you:</strong> You may NOT copy, modify, distribute, sell, sublicense, or create derivative works based on Transparent Clock without explicit written permission from the copyright owner.</p>
</div>
<div class="legal-section">
<h2>3. Licensing Model</h2>
<p>Transparent Clock is distributed as <strong>freeware</strong> under a proprietary license. It is <strong>NOT open-source software</strong> in the traditional sense, despite the source code being publicly visible on GitHub.</p>
<h3>3.1 What "Freeware" Means</h3>
<ul>
<li><strong>Free to Download:</strong> You can download and use the Software at no cost.</li>
<li><strong>Free to Use:</strong> You can use the Software for personal, educational, or non-commercial purposes.</li>
<li><strong>NOT Free to Redistribute:</strong> You cannot redistribute, resell, or re-upload the Software.</li>
<li><strong>NOT Free to Modify:</strong> You cannot modify, decompile, or create derivative works.</li>
</ul>
<h3>3.2 License Grant</h3>
<p>You are granted a limited, non-exclusive, non-transferable, revocable license to:</p>
<ul>
<li>Download and install the Software on devices you own.</li>
<li>Use the Software for personal, educational, or non-commercial purposes.</li>
<li>Share the official download link with others.</li>
</ul>
<h3>3.3 License Restrictions</h3>
<p>You are <strong>NOT</strong> permitted to:</p>
<ul>
<li>Redistribute, resell, sublicense, rent, or lease the Software.</li>
<li>Modify, reverse-engineer, decompile, or disassemble the Software.</li>
<li>Remove or alter any copyright notices, branding, or credits.</li>
<li>Use any part of the source code in your own projects.</li>
<li>Create derivative works based on the Software.</li>
<li>Use the Software for commercial purposes without written permission.</li>
</ul>
</div>
<div class="legal-section">
<h2>4. Source Code Availability</h2>
<p>The source code for Transparent Clock is publicly available on GitHub at: <a href="https://github.com/deepdeyiitgn/Clock-Overlays" target="_blank">github.com/deepdeyiitgn/Clock-Overlays</a></p>
<h3>4.1 Purpose of Public Source Code</h3>
<p>The source code is made available for the following <strong>SPECIFIC PURPOSES ONLY</strong>:</p>
<ul>
<li><strong>Security Review:</strong> Users and security researchers may inspect the code to verify it is safe, free from malware, backdoors, or data collection mechanisms.</li>
<li><strong>Educational Study:</strong> Students and developers may read and study the code to learn programming concepts, design patterns, and software architecture.</li>
<li><strong>Transparency:</strong> To demonstrate our commitment to user privacy and software quality.</li>
<li><strong>Bug Reporting:</strong> Developers may review the code to better understand bugs and submit detailed issue reports.</li>
</ul>
<h3>4.2 What You CANNOT Do With Source Code</h3>
<ul>
<li>You <strong>CANNOT</strong> download, clone, or fork the repository for redistribution.</li>
<li>You <strong>CANNOT</strong> copy any part of the source code into your own projects.</li>
<li>You <strong>CANNOT</strong> compile the source code to create your own distribution.</li>
<li>You <strong>CANNOT</strong> re-upload the source code to other platforms.</li>
<li>You <strong>CANNOT</strong> create modified versions or derivative works.</li>
</ul>
<h3>4.3 Permitted Actions</h3>
<ul>
<li>You <strong>MAY</strong> view and browse the source code online (on GitHub).</li>
<li>You <strong>MAY</strong> report bugs or security vulnerabilities via GitHub Issues.</li>
<li>You <strong>MAY</strong> reference small code snippets (max 50 lines) with proper attribution in educational content (blog posts, tutorials), provided the total referenced code does not constitute a significant portion of the application.</li>
</ul>
</div>
<div class="legal-section">
<h2>5. No Warranty or Liability</h2>
<p>The Software is provided "AS IS" without any warranties. The copyright owner is NOT liable for any damages arising from the use or inability to use the Software. See the <a href="terms.html">Terms of Use</a> for full details.</p>
</div>
<div class="legal-section">
<h2>6. Trademark Notice</h2>
<p>The following are trademarks or service marks of Deep Dey / QuickLink:</p>
<ul>
<li><strong>Transparent Clock™</strong> — Product name</li>
<li><strong>Study Clock™</strong> — Alternate product name</li>
<li><strong>QuickLink™</strong> — Brand/organization name</li>
</ul>
<p>Unauthorized use of these marks is prohibited.</p>
</div>
<div class="legal-section">
<h2>7. Third-Party Components</h2>
<p>Transparent Clock may include or link to third-party libraries, tools, or services. These third-party components are governed by their own licenses and copyrights. We do not claim ownership of these components.</p>
<p>Where applicable, licenses for third-party components are included in the source code repository or acknowledged in the application's "About" section.</p>
</div>
<div class="legal-section">
<h2>8. Requesting Permission</h2>
<p>If you wish to use Transparent Clock or any part of it in a way not covered by this license (e.g., commercial use, code reuse, redistribution), you must obtain explicit written permission from the copyright owner.</p>
<p><strong>Contact:</strong> <a href="mailto:a@qlynk.me">a@qlynk.me</a> with the subject line "Copyright Permission Request - Transparent Clock".</p>
<p>Please include:</p>
<ul>
<li>A detailed description of how you wish to use the Software or source code.</li>
<li>Your organization or project name (if applicable).</li>
<li>The purpose (commercial, educational, non-profit, etc.).</li>
<li>Expected duration or scope of use.</li>
</ul>
<p>We will review your request and respond as soon as possible. Permission is granted at our sole discretion and may include conditions or licensing fees.</p>
</div>
<div class="legal-section">
<h2>9. Official Distribution Channels</h2>
<p>The Software is officially distributed through the following channels <strong>ONLY</strong>:</p>
<ul>
<li><strong>Official Website:</strong> <a href="https://clock.qlynk.me" target="_blank">clock.qlynk.me</a></li>
<li><strong>GitHub Releases:</strong> <a href="https://github.com/deepdeyiitgn/Clock-Overlays/releases" target="_blank">github.com/deepdeyiitgn/Clock-Overlays/releases</a></li>
<li><strong>Uptodown:</strong> <a href="https://transparent-clock.en.uptodown.com/windows" target="_blank">transparent-clock.en.uptodown.com/windows</a></li>
</ul>
<p><strong>Unauthorized distributions</strong> (on other websites, file-sharing platforms, app stores, etc.) are copyright violations. If you encounter Transparent Clock on any other platform, please report it to us.</p>
</div>
<div class="legal-section">
<h2>10. DMCA Compliance</h2>
<p>If you believe your copyright has been infringed by Transparent Clock or any content within it, please see our <a href="dmca.html">DMCA Policy</a> for instructions on how to file a takedown notice.</p>
</div>
<div class="legal-section">
<h2>11. Updates to This Document</h2>
<p>We may update this Copyright & License document from time to time. Changes will be posted on this page with an updated "Last Updated" date. The version number will be incremented with each revision.</p>
</div>
<div class="legal-section">
<h2>12. Contact Information</h2>
<p>For copyright inquiries, licensing questions, or permission requests, please contact:</p>
<ul>
<li><strong>Copyright Owner:</strong> Deep Dey</li>
<li><strong>Organization:</strong> QuickLink</li>
<li><strong>Email:</strong> <a href="mailto:a@qlynk.me">a@qlynk.me</a></li>
<li><strong>Website:</strong> <a href="https://clock.qlynk.me" target="_blank">clock.qlynk.me</a></li>
<li><strong>GitHub:</strong> <a href="https://github.com/deepdeyiitgn/Clock-Overlays" target="_blank">github.com/deepdeyiitgn/Clock-Overlays</a></li>
</ul>
</div>
<div style="text-align: center; margin: 40px 0;">
<a href="legal.html" class="back-to-legal">← Back to Legal Hub</a>
</div>
</div>
</main>
<footer>
<div class="container">
<strong>Transparent Clock</strong> — Minimal clock & focus companion for students.
<p class="footer-note">* QR generation, QR scanning, and QuickLink shortening require an internet connection.</p>
<p class="footer-meta">© <span class="js-year"></span> Deep Dey | All Rights Reserved | QuickLink x Transparent Clock</p>
<div class="footer-links">
<a href="index.html">Home</a>
<a href="features.html">Features</a>
<a href="download.html">Download</a>
<a href="faq.html">FAQ</a>
<a href="About.html">About</a>
<a href="About-Deep.html">Author</a>
<a href="contact.html">Contact</a>
<a href="legal.html">Legal</a>
<a href="terms.html">Terms</a>
<a href="privacy.html">Privacy</a>
<a href="copyright.html">Copyright</a>
<a href="dmca.html">DMCA</a>
</div>
</div>
</footer>
<script src="assets/js/main.js"></script>
<script src="assets/js/footer-extras.js"></script>
</body>
</html>