Skip to content

Commit 4b435ed

Browse files
committed
Modified README.md
1 parent f6fe26e commit 4b435ed

1 file changed

Lines changed: 35 additions & 12 deletions

File tree

README.md

Lines changed: 35 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,7 @@ All real-time simulations (Traffic, Chaos, World Map, Simulator) use `<canvas>`
516516
- Complex gradient and path operations at scale
517517
- Single draw call per frame
518518

519+
---
519520
---
520521

521522
## Security & Copyright
@@ -530,28 +531,50 @@ Unauthorized copying, redistribution, modification, or resale
530531
of this software is strictly prohibited without written permission.
531532
```
532533

533-
### Protection Layers Applied
534+
---
535+
534536

535-
| Layer | Implementation |
536-
|---|---|
537-
| **Copyright Header** | Box-art ASCII block with SHA-256 fingerprint |
538-
| **JS Obfuscation** | Variable renaming (`trafficState → _0xt5s`, etc.), data structure identifiers |
539-
| **Base64 Encoding** | Author identity strings encoded with `atob()` |
540-
| **DOM Watermark** | Invisible `<svg><metadata>` with full SHA-256 signature |
541-
| **JS Watermark** | `_SDL_AUTHOR`, `_SDL_SIG`, `_SDL_MD5` constants + non-configurable `window._sdlAuthor` |
542-
| **DevTools Detection** | Window resize heuristic → shows copyright banner |
543-
| **Context Menu** | Right-click disabled |
544-
| **Keyboard Shortcuts** | F12, Ctrl+Shift+I/J/C, Ctrl+U all intercepted |
537+
## 📄 License
538+
539+
Copyright © 2026 Sumit Suman. All Rights Reserved.
540+
541+
This project is **not open source** and is not distributed under any open-source license.
542+
543+
### What You Can Do ✅
544+
- Use the live platform at [sumit6258.github.io/System-Design](https://sumit6258.github.io/System-Design/) freely for personal learning
545+
- Share the link with others who want to learn system design
546+
- Reference this project in your portfolio, resume, or blog posts (with attribution)
547+
- Star and fork the repository for personal reference
548+
549+
### What You Cannot Do ❌
550+
- Copy, reproduce, or redistribute the source code (in whole or in part)
551+
- Modify the source code and publish it as your own work
552+
- Use this project or its contents commercially without written permission
553+
- Remove or alter copyright notices, watermarks, or authorship signatures
554+
- Republish this project under a different name or on a different platform
555+
556+
### Attribution
557+
If you reference this project in any public content (articles, videos, courses, talks),
558+
you must clearly credit **Sumit Suman** and link to the original:
559+
> [https://sumit6258.github.io/System-Design/](https://sumit6258.github.io/System-Design/)
560+
561+
### Contact
562+
For licensing inquiries, collaborations, or permissions beyond the above:
563+
564+
[![LinkedIn](https://img.shields.io/badge/LinkedIn-Sumit%20Suman-0077B5?style=flat-square&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/thesumitsuman/)
545565

546566
---
547567

568+
> *The source code of this project is legally protected under copyright law.*
569+
> *Authorship is cryptographically embedded in the code via SHA-256 signature.*
570+
548571
## Author
549572

550573
<div align="center">
551574

552575
**Sumit Suman**
553576

554-
Senior Software Engineer | System Design Enthusiast
577+
Software Engineer | System Design Enthusiast
555578

556579
[![LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/thesumitsuman/)
557580

0 commit comments

Comments
 (0)