-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
96 lines (81 loc) · 5.62 KB
/
Copy pathterms.html
File metadata and controls
96 lines (81 loc) · 5.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Service — ScreenLock</title>
<meta name="description" content="ScreenLock's terms of service.">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://screenlock.app/terms.html">
<meta property="og:type" content="website">
<meta property="og:url" content="https://screenlock.app/terms.html">
<meta property="og:title" content="Terms of Service — ScreenLock">
<meta property="og:description" content="Terms for the ScreenLock Mac utility by KERIGAMI LLC.">
<meta property="og:image" content="https://screenlock.app/assets/icon.png">
<meta property="og:site_name" content="ScreenLock">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Terms of Service — ScreenLock">
<meta name="twitter:description" content="Terms for the ScreenLock Mac utility.">
<meta name="twitter:image" content="https://screenlock.app/assets/icon.png">
<link rel="icon" type="image/png" href="assets/favicon.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="topnav">
<a href="/" class="brand">
<img src="assets/icon.png" alt="ScreenLock" width="32" height="32">
<span>ScreenLock</span>
</a>
<a href="/" class="nav-cta">Home</a>
</nav>
<main class="legal">
<div class="container narrow">
<h1>Terms of Service</h1>
<p class="updated">Last updated: May 14, 2026</p>
<h2>1. The agreement</h2>
<p>These terms apply when you purchase or use ScreenLock, a macOS utility published by KERIGAMI LLC ("we", "us"). By installing or using ScreenLock, you agree to these terms. If you don't agree, don't install or use ScreenLock.</p>
<h2>2. License</h2>
<p>Your purchase grants you a personal, non-exclusive, non-transferable license to install and use ScreenLock on Macs you own or primarily use. You may not redistribute, resell, sublicense, reverse engineer (except where permitted by law), or remove proprietary notices.</p>
<p>You may install ScreenLock on multiple Macs that you personally own or primarily use, with no per-device limit. The license is per-person, not per-device.</p>
<h2>3. Purchases and payments</h2>
<p>Purchases are processed by Paddle.com Market Ltd as the Merchant of Record. By purchasing, you also agree to Paddle's terms at <a href="https://www.paddle.com/legal/checkout-buyer-terms" target="_blank" rel="noopener">paddle.com/legal/checkout-buyer-terms</a>.</p>
<p>Prices are shown in US dollars and may exclude taxes that Paddle adds at checkout based on your jurisdiction.</p>
<h2>4. Refunds</h2>
<p>If ScreenLock isn't for you, request a refund within 14 days of purchase by emailing <a href="mailto:hello@screenlock.app">hello@screenlock.app</a>. We'll process the refund via Paddle. After 14 days, refunds are at our discretion.</p>
<h2>5. Updates</h2>
<p>Updates within the current major version (e.g. 1.x → 1.y) are free for license holders. A future major version (e.g. 2.0) may require a paid upgrade. We don't promise any specific feature, update cadence, or compatibility with future macOS releases.</p>
<h2>6. No warranty</h2>
<p>ScreenLock is provided "as is", without warranty of any kind, express or implied, including but not limited to warranties of merchantability, fitness for a particular purpose, and non-infringement. We don't warrant that ScreenLock will be uninterrupted, error-free, or that it will meet your specific requirements.</p>
<p>ScreenLock is intended as a convenience tool, not a security or supervision product. It does not prevent a determined user from quitting the app, restarting the Mac, or otherwise regaining control. Don't rely on ScreenLock as the sole means of protecting sensitive data or supervising a child.</p>
<h2>7. Limitation of liability</h2>
<p>To the maximum extent permitted by applicable law, KERIGAMI LLC's total cumulative liability arising out of or related to your use of ScreenLock will not exceed the amount you paid for the license. We are not liable for indirect, consequential, incidental, special, or punitive damages.</p>
<h2>8. Termination</h2>
<p>You may stop using ScreenLock at any time by uninstalling it. We may terminate the license if you materially violate these terms.</p>
<h2>9. Changes to these terms</h2>
<p>We may update these terms. The "Last updated" date above shows the current version. Continued use of ScreenLock after a change constitutes acceptance.</p>
<h2>10. Governing law</h2>
<p>These terms are governed by the laws of the State of Tennessee, United States, without regard to its conflict of laws principles. Disputes will be brought in the state or federal courts located in that state.</p>
<h2>Contact</h2>
<p>Email <a href="mailto:hello@screenlock.app">hello@screenlock.app</a>.</p>
<p>KERIGAMI LLC</p>
</div>
</main>
<footer>
<div class="container">
<div class="footer-left">
<img src="assets/icon.png" alt="" width="32" height="32">
<span>ScreenLock</span>
</div>
<div class="footer-right">
<a href="/">Home</a>
<a href="pricing.html">Pricing</a>
<a href="refunds.html">Refunds</a>
<a href="privacy.html">Privacy</a>
<a href="terms.html">Terms</a>
<a href="mailto:hello@screenlock.app">Support</a>
<span class="copyright">© 2026 KERIGAMI LLC</span>
</div>
</div>
</footer>
</body>
</html>