Skip to content

Commit 59f55d9

Browse files
Refine legal documentation placement
1 parent ee28a3a commit 59f55d9

7 files changed

Lines changed: 1 addition & 57 deletions

File tree

DISCLAIMER.md renamed to LEGAL/DISCLAIMER.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ higher-risk topics. These examples are educational only. You are responsible for
2424
checking the code, complying with applicable laws and third-party terms, and
2525
using safe test environments.
2626

27-
If Indian law applies, this disclaimer should be read subject to rights and
28-
liabilities that cannot legally be excluded. Nothing here is intended to
29-
absolutely restrict a person from approaching a competent court or authority.
30-
3127
If you believe this project contains a legal, copyright, privacy, or security
3228
issue, please contact me through the repository issue tracker or the contact
3329
method listed on the project page.
File renamed without changes.

TERMS.md renamed to LEGAL/TERMS.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ This is a personal hobby project created for learning, education, and portfolio
1111
demonstration. It is not a commercial service, professional product, or managed
1212
platform.
1313

14-
These terms are intended to reduce legal risk, not to prevent anyone from using
15-
rights that cannot be waived under applicable law.
16-
1714
## No Professional Advice
1815

1916
The content in this project is for general educational and demonstration
@@ -86,12 +83,6 @@ Do not use this project for unlawful scraping, spam, phishing, credential theft,
8683
unauthorized automation, harassment, surveillance, or any activity that violates
8784
the rights of others.
8885

89-
## India
90-
91-
If Indian law applies, these terms should be read subject to rights and
92-
liabilities that cannot legally be excluded. Nothing here is intended to
93-
absolutely restrict a person from approaching a competent court or authority.
94-
9586
## Changes
9687

9788
I may update, change, remove, or stop maintaining any part of this project at any

README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -44,30 +44,6 @@ python main.py
4444

4545
Every project lives in its own folder under [`projects/`](./projects), each with a `README.md` explaining what it does and how to run it.
4646

47-
## ⚖️ Safety, legal, and privacy notice
48-
49-
This is a personal hobby project for learning and portfolio demonstration. It is
50-
not a professional product, managed service, or source of legal, financial,
51-
medical, security, or business advice.
52-
53-
All code and content are provided **as is**, without warranty. Some projects may
54-
use APIs, automation, scraping, bots, databases, media files, encryption,
55-
networking, or health/ML-style examples. Before running or reusing anything, you
56-
are responsible for checking the code, complying with applicable laws, respecting
57-
third-party terms, protecting credentials, and testing safely in your own
58-
environment.
59-
60-
Do not add secrets, private data, copyrighted material without permission,
61-
malware, credential-stealing code, unlawful scraping, harmful automation, or
62-
anything that violates another person's rights.
63-
64-
See:
65-
66-
- [`TERMS.md`](./TERMS.md)
67-
- [`PRIVACY.md`](./PRIVACY.md)
68-
- [`DISCLAIMER.md`](./DISCLAIMER.md)
69-
- [`LICENSE`](./LICENSE)
70-
7147
## 🤝 Contributing
7248

7349
New projects and improvements are very welcome — this is a friendly place for your first open-source contribution.

web/src/app/disclaimer/page.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ export default function DisclaimerPage() {
5050
and third-party terms, and using safe test environments.
5151
</p>
5252

53-
<p>
54-
If Indian law applies, this disclaimer should be read subject to rights
55-
and liabilities that cannot legally be excluded. Nothing here is
56-
intended to absolutely restrict a person from approaching a competent
57-
court or authority.
58-
</p>
5953
</main>
6054
<SiteFooter />
6155
</div>

web/src/app/terms/page.tsx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ export default function TermsPage() {
2020
learning, education, and portfolio demonstration. They are not a
2121
commercial service, professional product, or managed platform.
2222
</p>
23-
<p>
24-
These terms are intended to reduce legal risk, not to prevent anyone
25-
from using rights that cannot be waived under applicable law.
26-
</p>
27-
2823
<h2>No Professional Advice</h2>
2924
<p>
3025
The content is for general educational and demonstration purposes only.
@@ -97,14 +92,6 @@ export default function TermsPage() {
9792
any activity that violates the rights of others.
9893
</p>
9994

100-
<h2>India</h2>
101-
<p>
102-
If Indian law applies, these terms should be read subject to rights and
103-
liabilities that cannot legally be excluded. Nothing here is intended
104-
to absolutely restrict a person from approaching a competent court or
105-
authority.
106-
</p>
107-
10895
<h2>Changes</h2>
10996
<p>
11097
I may update, change, remove, or stop maintaining any part of this

web/src/components/SiteFooter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default function SiteFooter() {
55
<footer className="s-footer">
66
<div>
77
Built with <span className="s-heart"></span> &amp; the standard library ·
8-
MIT licensed · Educational project · No warranty
8+
MIT licensed
99
</div>
1010
<div className="s-footer-links">
1111
<a href={REPO_URL}>GitHub</a>

0 commit comments

Comments
 (0)