-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlegal_info.html
32 lines (31 loc) · 1.71 KB
/
legal_info.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Legal Information - CoinCap ChatGPT Plugin</title>
</head>
<body>
<h1>Legal Information</h1>
<h2>CoinCap ChatGPT Plugin</h2>
<p>
This document provides legal information and terms of use for the CoinCap ChatGPT Plugin. By using the CoinCap ChatGPT Plugin, you agree to abide by the terms and conditions outlined in this document.
</p>
<h3>License</h3>
<p>
The CoinCap ChatGPT Plugin is open-source software released under the MIT License. You are free to use, modify, and distribute the software for any purpose, subject to the terms of the MIT License. The software is provided "as is" without warranty of any kind, and the developers of the CoinCap ChatGPT Plugin shall not be liable for any damages or liabilities arising from the use of the software.
</p>
<h3>Disclaimer of Affiliation</h3>
<p>
The CoinCap ChatGPT Plugin is not affiliated with, endorsed by, or associated with CoinCap or any of its parent organizations. The API is an independent project developed by third-party developers.
</p>
<h3>Changes to Legal Information</h3>
<p>
We reserve the right to update or modify the legal information and terms of use at any time without prior notice. Any changes will be effective immediately upon posting on this page. Your continued use of the CoinCap ChatGPT Plugin after any changes constitutes your acceptance of the updated terms.
</p>
<h3>Contact</h3>
<p>
If you have any questions or concerns regarding the legal information or terms of use for the CoinCap ChatGPT Plugin, please contact us at <a href="mailto:[email protected]">[email protected]</a>.
</p>
</body>
</html>