Add comprehensive copyright and protection

- Added COPYRIGHT file with full copyright notice
- Added LICENSE file with proprietary license
- Added CODEOWNERS file for repository protection
- Added contact information: radosavlevici.ervin@gmail.com

Copyright (c) 2024 Ervin Remus Radosavlevici
All rights reserved.
This commit is contained in:
ervin remus radosavlevici
2025-05-03 12:07:54 +00:00
parent 56f5d71e49
commit a49586b3e7
3 changed files with 46 additions and 17 deletions

17
.github/CODEOWNERS vendored Normal file
View File

@@ -0,0 +1,17 @@
# This file defines code ownership for this repository
# Each line is a file pattern followed by one or more owners
# Default owners for everything in the repo
* @radosavlevici
# Security-related files have specific ownership
/app/lib/crypto.ts @radosavlevici
/app/lib/auth.ts @radosavlevici
/app/middleware/security.ts @radosavlevici
/app/utils/secureStorage.ts @radosavlevici
/app/utils/securityUtils.ts @radosavlevici
/app/components/security/ @radosavlevici
/app/routes/login.tsx @radosavlevici
/COPYRIGHT @radosavlevici
/SECURITY.md @radosavlevici
/.gitattributes @radosavlevici