Added license
This commit is contained in:
33
LICENSE
Normal file
33
LICENSE
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
Copyright (c) 2026 Sebastian Bularca. All Rights Reserved.
|
||||||
|
|
||||||
|
This software and its associated source code, assets, and documentation
|
||||||
|
(collectively, the "Work") are proprietary and confidential.
|
||||||
|
|
||||||
|
PERMITTED USE
|
||||||
|
You are granted a limited, non-exclusive, non-transferable, revocable
|
||||||
|
permission to view and clone this repository for the sole purpose of
|
||||||
|
evaluating the author's work (e.g. portfolio or hiring review).
|
||||||
|
|
||||||
|
PROHIBITED USE
|
||||||
|
Except as expressly permitted above, you may NOT, in whole or in part:
|
||||||
|
|
||||||
|
1. Reproduce, copy, or republish the Work or any portion of it.
|
||||||
|
2. Modify, adapt, translate, or create derivative works from the Work.
|
||||||
|
3. Distribute, sublicense, sell, rent, lease, or otherwise transfer the Work.
|
||||||
|
4. Use the Work, or any code, asset, or concept contained in it, in any
|
||||||
|
product, project, or service, whether commercial or non-commercial.
|
||||||
|
5. Remove, obscure, or alter any copyright or proprietary notice.
|
||||||
|
|
||||||
|
No other rights are granted, whether by implication, estoppel, or otherwise.
|
||||||
|
All rights not expressly granted are reserved by the author.
|
||||||
|
|
||||||
|
NO WARRANTY
|
||||||
|
THE WORK 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 AUTHOR 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 WORK OR THE USE OR OTHER DEALINGS IN THE WORK.
|
||||||
|
|
||||||
|
For any use beyond the permitted evaluation, contact the author to obtain
|
||||||
|
written permission.
|
||||||
@@ -185,3 +185,11 @@ This is a **vertical slice**. The application framework, boot/state flow, save s
|
|||||||
- **Design data is still minimal** — zones, encounters, encounter tables, and related content are placeholders rather than authored, balanced data.
|
- **Design data is still minimal** — zones, encounters, encounter tables, and related content are placeholders rather than authored, balanced data.
|
||||||
|
|
||||||
The intent is to demonstrate the architecture and systems, with content authoring and combat as the next steps.
|
The intent is to demonstrate the architecture and systems, with content authoring and combat as the next steps.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
**Copyright © 2026 Sebastian Bularca. All Rights Reserved.**
|
||||||
|
|
||||||
|
This repository is proprietary. It is shared for **evaluation purposes only** (e.g. portfolio or hiring review): you may view and clone it, but you may **not** reproduce, modify, distribute, or reuse any part of it. See [LICENSE](LICENSE) for full terms.
|
||||||
|
|||||||
Reference in New Issue
Block a user