mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
- Added detailed instructions for recovering stolen code - Included steps for filing DMCA takedown notices - Added resources for copyright protection Copyright (c) 2024 Ervin Remus Radosavlevici All rights reserved.
2.1 KiB
2.1 KiB
Code Recovery Guide
Copyright Notice
Copyright (c) 2024 Ervin Remus Radosavlevici
All rights reserved.
Contact: radosavlevici.ervin@gmail.com
How to Recover Stolen Code
If you discover that your code has been stolen or used without permission, follow these steps to recover your intellectual property:
1. Document Evidence
Before taking action, gather evidence of your ownership:
- Git commit history: Use
git log
to show your commit history with timestamps - Screenshots: Take screenshots of both the infringing content and your original work
- Development records: Collect any documentation, emails, or other records showing your development process
2. Use the DMCA Takedown Generator
This repository includes a built-in DMCA takedown notice generator:
- Navigate to
/dmca
in your application - Enter the URLs of both the infringing content and your original work
- Generate the appropriate DMCA notice
- Follow the provided instructions to submit the notice
3. Contact GitHub Support
For repositories hosted on GitHub:
- Go to GitHub's DMCA form
- Submit the GitHub-specific DMCA notice generated by the tool
- Include links to both the infringing repository and your original repository
- Provide any additional evidence of your ownership
4. Legal Action
If the above steps don't resolve the issue:
- Consult with an intellectual property attorney
- Send a formal cease and desist letter
- Consider filing a copyright infringement lawsuit if necessary
5. Prevent Future Theft
This repository includes several protection measures:
- Code ownership validation: Detects unauthorized use
- Copyright watermarks: Makes ownership clear
- Automated checks: Ensures copyright notices remain in place
Additional Resources
For assistance with code recovery, contact: radosavlevici.ervin@gmail.com