-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLICENSE
More file actions
28 lines (21 loc) · 1.29 KB
/
LICENSE
File metadata and controls
28 lines (21 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
ChrisBox — License Overview
This repository contains multiple asset types. Each type has its own license:
• CODE (firmware, plus our modified ADS1220 driver):
Licensed under the MIT License.
→ See: LICENSES/MIT.txt
• HARDWARE (PCB design files, mechanical CAD/STL/NX):
Licensed under CERN Open Hardware Licence Version 2 — Weakly Reciprocal (CERN-OHL-W-2.0).
→ See: LICENSES/CERN-OHL-W-2.0.txt
• DOCUMENTATION & IMAGES (README, build guides, renders, photos, Nextion HMI design/.HMI):
Licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
→ See: LICENSES/CC-BY-4.0.txt
• FONTS & DISPLAY ARTIFACTS
The Nextion `Font 1.zi` and compiled `.tft` embed data derived from the Roboto font.
Roboto is licensed by Google and contributors; see fonts/Roboto/(OFL.txt or LICENSE.txt).
These artifacts are covered by the Roboto font’s license and are NOT re-licensed by us.
Third-party components included or required by this project retain their original licenses.
See the NOTICE file for attributions and details.
SPDX usage (add to files where practical):
• Source code files: SPDX-License-Identifier: MIT
• PCB/CAD design files: SPDX-License-Identifier: CERN-OHL-W-2.0
• Markdown docs & images: SPDX-License-Identifier: CC-BY-4.0