feat: Add legal requirements (#1306)

This commit is contained in:
Maksim Eltyshev
2025-08-21 15:10:02 +02:00
committed by GitHub
parent bb40a22563
commit 2f4bcb0583
122 changed files with 1522 additions and 81 deletions
+39
View File
@@ -0,0 +1,39 @@
# Example Terms of Service - Admin Users
_Not legally binding. This is placeholder text for testing purposes only._
_Last updated: August 14, 2025_
Welcome, Admin! These Example Terms of Service ("Terms") are **for demonstration purposes only** and are not legally valid. This extended version contains additional clauses reflecting higher responsibilities for administrative users.
---
## 1. Introduction
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed nibh id elit ultricies posuere.
## 2. Eligibility
Admins must be at least 21 years old and authorized by the organization. Nulla rhoncus diam non dictum fermentum.
## 3. Administrative Responsibilities
As an administrator, you agree to:
- Manage user accounts responsibly.
- Configure security settings accurately.
- Ensure compliance with data protection rules.
## 4. Prohibited Administrative Actions
Admins may not:
1. Grant unauthorized access.
2. Alter audit logs without proper reason.
3. Use administrative privileges for personal gain.
## 5. Data Management
You are responsible for safeguarding user data and system integrity.
## 6. Modifications
These example Terms may be updated for testing purposes without notice.
## 7. Contact
For questions about these example Terms, please contact `placeholder@example.com`.
---
**End of Example – Extended (Admin) Terms**
+36
View File
@@ -0,0 +1,36 @@
# Example Terms of Service - General Users
_Not legally binding. This is placeholder text for testing purposes only._
_Last updated: August 14, 2025_
Welcome to ExampleCorp! These Example Terms of Service ("Terms") are provided solely for demonstration and testing purposes in your application. They are **not legally valid**.
---
## 1. Introduction
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer eu mauris at est lacinia gravida. Nulla facilisi.
## 2. Eligibility
Users must be at least 18 years old to use this service. Sed vulputate sapien eu varius efficitur.
## 3. User Responsibilities
By using the platform, you agree to:
- Provide accurate information.
- Avoid illegal activities.
- Respect other users.
## 4. Prohibited Activities
Do not:
1. Harass others.
2. Upload harmful code.
3. Attempt to bypass security.
## 5. Modifications
These example Terms may change at any time for testing purposes.
## 6. Contact
For questions about these example Terms, please contact `placeholder@example.com`.
---
**End of Example - General Terms**