-
Notifications
You must be signed in to change notification settings - Fork 0
/
iIntrvw_eula.html
70 lines (59 loc) · 2.82 KB
/
iIntrvw_eula.html
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
<!DOCTYPE html>
<html>
<head>
<title>End User License Agreement (EULA) for iIntrvwBell</title>
<meta charset="UTF-8">
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
}
.eula-container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
border: 1px solid #ccc;
}
</style>
</head>
<body>
<div class="eula-container">
<h2>End User License Agreement (EULA) for iIntrvwBell</h2>
<p>
This End User License Agreement ("EULA") is a binding legal agreement between you and Saroar Khandoker, the developer of the iIntrvwBell application ("App"). By installing, accessing, or using the App, you agree to be bound by the terms of this EULA.
</p>
<h3>1. License Grant</h3>
<p>
Saroar Khandoker grants you a limited, non-exclusive, non-transferable, and revocable license to use the App for a trial period of 3 days. After the trial period, continued use of the App will require payment for a monthly subscription. There will be no refunds after payment.
</p>
<h3>2. Restrictions</h3>
<p>
You are permitted to use the App as provided by Saroar Khandoker, and you shall not modify, reverse engineer, or create derivative works based on the App.
</p>
<h3>3. Termination</h3>
<p>
This license is effective until terminated by either you or Saroar Khandoker. Your rights under this license will terminate automatically without notice if you fail to comply with any of its terms.
</p>
<h3>4. Updates</h3>
<p>
The App may receive updates to improve its functionality and service. You will receive these updates automatically.
</p>
<h3>5. Data Collection and Privacy</h3>
<p>
The App does not collect any user data. For more information, please refer to the App's privacy policy.
</p>
<h3>6. Limitation of Liability</h3>
<p>
To the extent permitted by applicable law, Saroar Khandoker shall not be liable for any direct, indirect, incidental, special, consequential, or exemplary damages, including but not limited to damages for loss of profits, goodwill, use, data, or other intangible losses resulting from the use or inability to use the App.
</p>
<h3>7. Governing Law</h3>
<p>
This EULA will be governed by and construed in accordance with the laws of the country of residence of Saroar Khandoker, without regard to its conflict of laws rules. You agree to submit to the personal jurisdiction of the courts located within that country for the purpose of litigating all claims or disputes.
</p>
<h3>8. Contact</h3>
<p>
For any questions regarding this EULA, please contact Saroar Khandoker at <a href="mailto:[email protected]">[email protected]</a>.
</p>
</div>
</body>
</html>