-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLICENSE
More file actions
20 lines (13 loc) · 1.01 KB
/
LICENSE
File metadata and controls
20 lines (13 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Engineering Notes — License
This repository uses a split license:
- **Code** (build pipeline, templates, stylesheet, configuration) is licensed under the **MIT License** — see `LICENSE-MIT`.
- **Essay content** (every Markdown file under `essays/`, plus `src/_thesis.md`, `src/_abbreviations.md`) is licensed under **Creative Commons Attribution 4.0 International** (CC-BY-4.0) — see `LICENSE-CC-BY-4.0`.
When in doubt, file extension wins:
- `.py` / `.j2` / `.css` / `.svg` / `.yml` / `.yaml` / `.json` / `.toml` / `.mk` / `Makefile` / `requirements.txt` → MIT
- `.md` (anywhere under `essays/`, `src/`, or top-level `README.md`) → CC-BY-4.0
Code files carry an `SPDX-License-Identifier: MIT` header. Essay front-matter
includes a `license: CC-BY-4.0` field for unambiguous machine-readable
attribution.
Bundled fonts (Source Serif 4 and Inter, in `assets/fonts/`) are distributed
under the SIL Open Font License 1.1 by their respective copyright holders.
Author: Sebastian Mendel — <https://cybottm.github.io/cv/>