-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
84 lines (70 loc) · 3.95 KB
/
terms.html
File metadata and controls
84 lines (70 loc) · 3.95 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
<!DOCTYPE html>
<html lang="en" class="flex justify-center w-full">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Use - Crossfade</title>
<link rel="icon" type="image/x-icon" href="website/assets/favicon.ico" />
<link rel="stylesheet" href="website/output.css" />
</head>
<body class="w-full sm:w-3/4 px-4 sm:px-0 flex flex-col items-center">
<header class="absolute w-full sm:w-3/4 flex justify-between items-center px-4 py-2">
<a href="https://crossfade.giuliopime.dev" class="flex items-center space-x-1">
<img src="website/assets/logos/logo_liquid.png" alt="Crossfade Logo" class="h-10 w-10">
<span class="font-bold">Crossfade</span>
</a>
<div class="flex items-center space-x-6 text-xs font-medium">
<a href="https://apps.apple.com/us/app/crossfade-convert-music-link/id6749610876" class="hover:text-accent hidden sm:inline">Download</a>
<a href="http://github.com/Giuliopime/Crossfade" class="hover:text-accent hidden sm:inline">Contribute</a>
<a href="mailto:[email protected]?subject=Crossfade: " class="hover:text-accent">Contact</a>
</div>
</header>
<div class="prose py-32">
<h1>Terms of Use</h1>
<p><strong>Effective Date:</strong> August 6, 2025</p>
<h2>1. Acceptance of Terms</h2>
<p>By downloading, installing, or using the Crossfade app, you agree to be bound by these Terms of Use.</p>
<h2>2. Description of Service</h2>
<p>Crossfade is an iOS application that allows users to convert music links between different streaming platforms (Apple Music, Spotify, YouTube, SoundCloud) by:</p>
<ul>
<li>Accepting shared music links through iOS share extension</li>
<li>Fetching song information from the source platform</li>
<li>Searching for equivalent content on other platforms</li>
<li>Displaying alternative platform links to users</li>
</ul>
<h2>3. User Responsibilities</h2>
<p>You agree to:</p>
<ul>
<li>Use the app only for legitimate personal purposes</li>
<li>Comply with all applicable laws and regulations</li>
<li>Respect the terms of service of third-party platforms (Apple Music, Spotify, YouTube, SoundCloud)</li>
<li>Not attempt to reverse engineer, modify, or distribute the app</li>
</ul>
<h2>4. Authorization and Access</h2>
<p>Platform authorization is entirely optional and at your discretion. You may:</p>
<ul>
<li>Choose which platforms to authorize</li>
<li>Revoke authorization at any time through platform settings</li>
<li>Use the app with limited functionality if no platforms are authorized</li>
</ul>
<h2>5. Limitations and Disclaimers</h2>
<ul>
<li>Search results depend on third-party platform APIs and may not always be accurate</li>
<li>Not all songs may be available on all platforms</li>
<li>The app requires internet connectivity to function</li>
<li>We do not guarantee continuous availability of the service</li>
</ul>
<h2>6. Intellectual Property</h2>
<p>Crossfade does not claim ownership of any music content. All music content belongs to respective rights holders and platforms.</p>
<h2>7. Limitation of Liability</h2>
<p>The app is provided "as is" without warranties. We are not liable for any damages arising from your use of the app.</p>
<h2>8. Termination</h2>
<p>You may stop using the app at any time by deleting it from your device. These terms remain in effect until properly terminated.</p>
<h2>9. Changes to Terms</h2>
<p>We reserve the right to modify these terms at any time. Changes will be posted on this page with an updated effective date.</p>
<h2>10. Contact Information</h2>
<p>For questions about these Terms of Use, please contact us at [email protected]</p>
<p><a href="index.html" class="hover:text-accent">← Back to Home</a></p>
</div>
</body>
</html>