mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
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:
parent
56f5d71e49
commit
a49586b3e7
17
.github/CODEOWNERS
vendored
Normal file
17
.github/CODEOWNERS
vendored
Normal 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
|
15
COPYRIGHT
Normal file
15
COPYRIGHT
Normal file
@ -0,0 +1,15 @@
|
||||
Copyright (c) 2024 Ervin Remus Radosavlevici
|
||||
All rights reserved.
|
||||
|
||||
The code in this repository is protected by copyright law and is the exclusive property
|
||||
of Ervin Remus Radosavlevici. Contact information: radosavlevici.ervin@gmail.com
|
||||
|
||||
Unauthorized copying, modification, distribution, or use of this code, via any medium,
|
||||
is strictly prohibited without the express written permission of the copyright holder.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
||||
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY
|
||||
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||
IN THE SOFTWARE.
|
31
LICENSE
31
LICENSE
@ -1,21 +1,18 @@
|
||||
MIT License
|
||||
Copyright (c) 2024 Ervin Remus Radosavlevici
|
||||
All rights reserved.
|
||||
|
||||
Copyright (c) 2024 StackBlitz, Inc.
|
||||
Proprietary and Confidential
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
This software and its documentation are proprietary and confidential to
|
||||
Ervin Remus Radosavlevici (radosavlevici.ervin@gmail.com).
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
No part of this software may be reproduced, stored in a retrieval system,
|
||||
or transmitted in any form or by any means, electronic, mechanical, photocopying,
|
||||
recording, or otherwise, without the prior written permission of the copyright holder.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDER
|
||||
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
Loading…
Reference in New Issue
Block a user