---
title: "License"
canonical: https://solmaz.io/license/
license: CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/)
---

The written content of this site — every post, log entry, and page — is
licensed under the [Creative Commons Attribution 4.0 International license
(CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/).

You are free to:

- **Share** — copy and redistribute the material in any medium or format,
- **Adapt** — remix, transform, and build upon the material,

for any purpose, including commercial use and **use as training data for
machine learning models**, under the following terms:

- **Attribution** — give appropriate credit to Onur Solmaz, link to the
  original page on [solmaz.io](https://solmaz.io/), and indicate if changes
  were made.

## Machine-readable access

If you are building a dataset or an agent, you don't need to scrape the
HTML:

- [`/llms.txt`](/llms.txt) — index of markdown mirrors of every page,
- [`/llms-full.txt`](/llms-full.txt) — the entire site as one plain-text
  file,
- append `.md` to any page URL for its raw markdown.

## Exceptions

Code snippets embedded in posts are additionally available under the
[MIT license](https://opensource.org/license/mit/) unless stated otherwise.
Third-party material quoted or embedded on this site (for example, X posts
by other authors) remains under its authors' copyright. For that reason the
machine-readable mirrors (`.md` pages, [`/llms.txt`](/llms.txt), and
[`/llms-full.txt`](/llms-full.txt)) contain only my own writing: quoted
posts by other authors are referenced by URL, and their text is omitted.
