- Static compiler with STRC pattern (Static Template Resolution with
Compartmentalized Layers)
- Template syntax: { } interpolation, { s-for }, { s-if/s-elif/s-else
}
- File types: .strata, .compiler.sts, .service.sts, .api.sts, .sts,
.scss
- CLI tools: strata dev, strata build, strata g (generators)
- create-strata scaffolding CLI with Pokemon API example
- Dev server with WebSocket HMR (Hot Module Replacement)
- Documentation: README, ARCHITECTURE, CHANGELOG, CONTRIBUTING,
LICENSE
114 lines
3.6 KiB
Plaintext
114 lines
3.6 KiB
Plaintext
STRATA PROPRIETARY LICENSE
|
|
Version 1.0, January 2026
|
|
|
|
Copyright (c) 2026 Carlos Gutierrez (CarGDev). All Rights Reserved.
|
|
|
|
================================================================================
|
|
|
|
NOTICE: THIS SOFTWARE IS IN DEVELOPMENT AND NOT AVAILABLE FOR PUBLIC USE
|
|
|
|
================================================================================
|
|
|
|
1. DEFINITIONS
|
|
|
|
"Software" refers to the Strata framework, including but not limited to:
|
|
- Source code
|
|
- Compiled binaries
|
|
- Documentation
|
|
- Templates
|
|
- Examples
|
|
- Associated tooling
|
|
|
|
"Licensor" refers to Carlos Gutierrez (CarGDev).
|
|
|
|
"You" refers to any individual or entity accessing this Software.
|
|
|
|
2. GRANT OF RIGHTS
|
|
|
|
None. This Software is proprietary and confidential. No rights are granted
|
|
under this license.
|
|
|
|
3. RESTRICTIONS
|
|
|
|
You may NOT:
|
|
|
|
a) Use the Software for any purpose, commercial or non-commercial
|
|
b) Copy, modify, or distribute the Software or any portion thereof
|
|
c) Reverse engineer, decompile, or disassemble the Software
|
|
d) Remove or alter any proprietary notices or labels on the Software
|
|
e) Sublicense, sell, rent, lease, or lend the Software
|
|
f) Create derivative works based on the Software
|
|
g) Use the Software to develop competing products
|
|
h) Share access credentials or bypass access controls
|
|
|
|
4. CONFIDENTIALITY
|
|
|
|
The Software contains trade secrets and proprietary information of the
|
|
Licensor. You agree to maintain the confidentiality of the Software and
|
|
not disclose any part of it to third parties without prior written consent
|
|
from the Licensor.
|
|
|
|
5. NO WARRANTY
|
|
|
|
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.
|
|
|
|
6. LIMITATION OF LIABILITY
|
|
|
|
IN NO EVENT SHALL THE LICENSOR 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.
|
|
|
|
7. TERMINATION
|
|
|
|
This license is effective until terminated. Your rights under this license
|
|
will terminate automatically without notice if you fail to comply with any
|
|
of its terms. Upon termination, you must destroy all copies of the Software
|
|
in your possession.
|
|
|
|
8. GOVERNING LAW
|
|
|
|
This license shall be governed by and construed in accordance with the laws
|
|
of the State of California, United States, without regard to its conflict
|
|
of law provisions.
|
|
|
|
9. ENTIRE AGREEMENT
|
|
|
|
This license constitutes the entire agreement between you and the Licensor
|
|
concerning the Software and supersedes all prior or contemporaneous
|
|
understandings.
|
|
|
|
10. SEVERABILITY
|
|
|
|
If any provision of this license is held to be unenforceable, such provision
|
|
shall be reformed only to the extent necessary to make it enforceable, and
|
|
the remaining provisions shall continue in full force and effect.
|
|
|
|
11. CONTACT
|
|
|
|
For licensing inquiries, please contact:
|
|
|
|
Carlos Gutierrez (CarGDev)
|
|
https://github.com/CarGDev
|
|
|
|
================================================================================
|
|
|
|
DEVELOPMENT PREVIEW NOTICE
|
|
|
|
This Software is currently in a development preview phase. It is made
|
|
available solely for internal evaluation and development purposes by
|
|
authorized personnel.
|
|
|
|
Access to this repository does not constitute a license to use, modify,
|
|
or distribute the Software. Authorized users are bound by separate
|
|
agreements governing their access.
|
|
|
|
Future versions may be released under different license terms at the sole
|
|
discretion of the Licensor.
|
|
|
|
================================================================================
|
|
|
|
Last Updated: January 16, 2026
|