mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-08-29 07:28:20 +00:00
38 lines
1.8 KiB
Plaintext
38 lines
1.8 KiB
Plaintext
MIT License
|
|
|
|
Copyright (c) 2025-2026 ZephCore contributors
|
|
|
|
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:
|
|
|
|
The above copyright notice and this permission notice shall be included in all
|
|
copies or substantial portions of 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
|
|
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.
|
|
|
|
---
|
|
|
|
This repository vendors third-party code and assets under separate,
|
|
compatible licenses:
|
|
|
|
- `lib/monocypher/` — Monocypher, by Loup Vaillant. Dual-licensed
|
|
BSD-2-Clause OR CC0-1.0 (see file headers).
|
|
- `patches/zephyr/*.patch` — diffs against Zephyr RTOS (Apache-2.0). The
|
|
patches are applied to, and remain part of, the separately-licensed Zephyr
|
|
source tree fetched via `west update`; they are not distributed as
|
|
standalone files under this project's MIT license.
|
|
- `img/kite-network-logo-bright.svg`, `img/kite-network-logo-dark.svg`,
|
|
`img/kite-network-logo-thick-bright.svg`, `img/kite-network-logo-thick-dark.svg`
|
|
— ZephCore logo, by recrof (https://github.com/recrof). Licensed under the
|
|
WTFPL.
|