mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
108 lines
3.7 KiB
TypeScript
108 lines
3.7 KiB
TypeScript
const tosUpdateDate = new Date().toISOString().split('T')[0];
|
|
|
|
export default `
|
|
### Terms of Service
|
|
|
|
_Last Updated: ${tosUpdateDate}_
|
|
|
|
Welcome to **geoff.seemueller.io** (the "Site"), operated by **geoff.seemueller.io LC** ("**we**", "**us**", or "**our**"). By accessing or using our Site, you agree to be bound by these Terms of Service ("Terms"). If you do not agree with these Terms, please do not use the Site.
|
|
|
|
---
|
|
|
|
### 1. Acceptance of Terms
|
|
|
|
By accessing or using the Site, you acknowledge that you have read, understood, and agree to be bound by these Terms and all applicable laws and regulations.
|
|
|
|
---
|
|
|
|
### 2. Use of the Site
|
|
|
|
**a. Eligibility**
|
|
|
|
You must be at least 16 years old to use this Site. By using the Site, you represent and warrant that you meet this requirement.
|
|
|
|
**b. Permitted Use**
|
|
|
|
You agree to use the Site solely for lawful purposes and in a way that does not infringe the rights of others or restrict or inhibit their use and enjoyment of the Site.
|
|
|
|
**c. Prohibited Activities**
|
|
|
|
You agree not to:
|
|
|
|
- Upload or transmit any harmful or malicious code.
|
|
- Interfere with the security or integrity of the Site.
|
|
- Use any automated means to access the Site without our permission.
|
|
- Attempt to gain unauthorized access to any portion of the Site.
|
|
|
|
---
|
|
|
|
### 3. Intellectual Property Rights
|
|
|
|
All content on the Site—including text, graphics, logos, images, and software—is the property of **geoff.seemueller.io LC** or its content suppliers and is protected by intellectual property laws. Unauthorized use of any materials on the Site may violate copyright, trademark, and other laws.
|
|
|
|
---
|
|
|
|
### 4. User Content
|
|
|
|
**a. Submissions**
|
|
|
|
Any content you submit to the Site, such as comments or feedback, is your responsibility. By submitting content, you grant us a non-exclusive, royalty-free, worldwide license to use, reproduce, modify, and display such content.
|
|
|
|
**b. Content Standards**
|
|
|
|
Your submitted content must not be unlawful, threatening, defamatory, obscene, or otherwise objectionable.
|
|
|
|
---
|
|
|
|
### 5. Disclaimer of Warranties
|
|
|
|
The Site is provided on an "as is" and "as available" basis. We make no warranties, express or implied, regarding the Site's operation or the information, content, or materials included.
|
|
|
|
---
|
|
|
|
### 6. Limitation of Liability
|
|
|
|
In no event shall **geoff.seemueller.io LC** or its affiliates be liable for any indirect, incidental, special, consequential, or punitive damages arising out of or related to your use of the Site.
|
|
|
|
---
|
|
|
|
### 7. Indemnification
|
|
|
|
You agree to indemnify, defend, and hold harmless **geoff.seemueller.io LC** and its affiliates from any claims, liabilities, damages, losses, or expenses arising from your use of the Site or violation of these Terms.
|
|
|
|
---
|
|
|
|
### 8. Modifications to the Terms
|
|
|
|
We reserve the right to modify these Terms at any time:
|
|
|
|
- **Notification**: Changes will be posted on this page with an updated "Last Updated" date.
|
|
- **Continued Use**: Your continued use of the Site after any changes signifies your acceptance of the new Terms.
|
|
|
|
---
|
|
|
|
### 9. Governing Law
|
|
|
|
These Terms are governed by and construed in accordance with the laws of the jurisdiction in which **geoff.seemueller.io LC** operates, without regard to its conflict of law principles.
|
|
|
|
---
|
|
|
|
### 10. Severability
|
|
|
|
If any provision of these Terms is found to be invalid or unenforceable, the remaining provisions shall remain in full force and effect.
|
|
|
|
---
|
|
|
|
### 11. Entire Agreement
|
|
|
|
These Terms constitute the entire agreement between you and **geoff.seemueller.io LC** regarding your use of the Site and supersede all prior agreements.
|
|
|
|
---
|
|
|
|
### 12. Contact Information
|
|
|
|
If you have any questions or concerns about these Terms, please contact us:
|
|
|
|
- **Email**: support@seemueller.io
|
|
`;
|