-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtoneadapt-terms.html
More file actions
59 lines (50 loc) · 3.12 KB
/
Copy pathtoneadapt-terms.html
File metadata and controls
59 lines (50 loc) · 3.12 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Tone Adapt — Terms of Use</title>
<style>
:root { color-scheme: dark; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
max-width: 720px; margin: 0 auto; padding: 32px 20px 64px;
background: #0B0B10; color: #EDE6FF; line-height: 1.55; }
h1 { font-size: 28px; margin: 0 0 6px; color: #FF8A3D; font-weight: 700; }
.sub { color: #9A93B8; font-size: 13px; margin-bottom: 28px; }
h2 { font-size: 17px; margin: 28px 0 8px; color: #FF8A3D; }
p, li { font-size: 15px; }
a { color: #FF8A3D; }
ul { padding-left: 22px; }
hr { border: 0; border-top: 1px solid #2A2438; margin: 32px 0; }
.footer { font-size: 12px; color: #6F6890; }
</style>
</head>
<body>
<h1>Tone Adapt — Terms of Use</h1>
<div class="sub">Last updated: 8 June 2026</div>
<p>By downloading or using Tone Adapt you agree to these Terms of Use and to Apple's standard End User License Agreement for licensed applications: <a href="https://www.apple.com/legal/internet-services/itunes/dev/stdeula/">apple.com/legal/internet-services/itunes/dev/stdeula</a>.</p>
<h2>License</h2>
<p>Tone Adapt grants you a non-transferable license to use the app on any Apple-branded device that you own or control, subject to the App Store Terms of Service.</p>
<h2>Subscriptions</h2>
<p>Tone Adapt offers auto-renewing subscriptions (weekly, monthly, yearly) and a one-time lifetime purchase for the Pro tier.</p>
<ul>
<li>Payment is charged to your Apple ID account at confirmation of purchase.</li>
<li>Subscriptions automatically renew unless auto-renew is turned off at least 24 hours before the end of the current period.</li>
<li>Your account is charged for renewal within 24 hours prior to the end of the current period.</li>
<li>You can manage and cancel your subscriptions in your Apple ID account settings on your device.</li>
<li>Any unused portion of a free trial period, if offered, is forfeited when you purchase a subscription.</li>
</ul>
<h2>Content</h2>
<p>Tone settings, song references, and gear data shown in the app are provided for educational and reference purposes. Trademarks (artists, albums, gear brands) belong to their respective owners and are used nominatively.</p>
<h2>No Warranty</h2>
<p>The app is provided "as is" without warranty of any kind. Tone recommendations are suggestions; results depend on your specific equipment, room, and playing style.</p>
<h2>Limitation of Liability</h2>
<p>To the maximum extent permitted by law, the developer is not liable for any indirect, incidental, or consequential damages arising from your use of the app.</p>
<h2>Changes</h2>
<p>We may update these terms. Material changes will be reflected by updating the "Last updated" date above. Continued use of the app after changes constitutes acceptance.</p>
<h2>Contact</h2>
<p>Questions: open an issue at <a href="https://github.com/aniltaskiran/toneadapt-support">github.com/aniltaskiran/toneadapt-support</a></p>
<hr>
<div class="footer">Tone Adapt · live.toneadapt.app</div>
</body>
</html>