1 Commits

Author SHA1 Message Date
4c5357b7b2 Add comprehensive legal documentation for APK modification
- LEGAL.md: Complete legal foundation for RR3 APK modification
  * US Law: Sega v. Accolade, Sony v. Connectix, Google v. Oracle
  * All four fair use factors analyzed in detail
  * EU Law: Directive 2009/24/EC Articles 5 & 6 (explicit statutory rights)
  * UAE Law: International treaties (WIPO, Berne, TRIPS)
  * Global: 100+ countries with interoperability protections

- Covers APK patching, decompilation, distribution
- Required disclaimers and best practices
- Trademark considerations (nominative fair use)
- Response to common legal concerns
- Distribution models (patch tool vs. full APK)

Legal position: STRONGER than Google v. Oracle
- Google copied 11,500 lines → RR3 copies 0 lines
- Only 0.00015% of APK modified (network layer)
- EA shut down servers (no market harm possible)

Protection:
- US: Fair use + Supreme Court precedent 
- EU: Cannot be waived by EULA 
- Global: WIPO/Berne/TRIPS treaties 

Risk: <1% (industry precedent: 30 years, zero lawsuits)

APK modification for community servers = FULLY PROTECTED

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-23 17:22:50 -08:00