# License

This repository contains two types of content with different licenses:

## Documentation and Blog Posts

All documentation, blog posts, and written content in this repository (in `/posts/` and any other content directories) are licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0).

To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.

### Summary of CC 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, even commercially

Under the following terms:
- **Attribution** — You must give appropriate credit, provide a link to the license, and indicate if changes were made
- **No additional restrictions** — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits

## Code and Code Snippets

All code snippets, scripts, and software code in this repository are licensed under the MIT License.

### MIT License

Copyright (c) 2026 Markus Dröws

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.

## Clarification

- The website structure, configuration, and build scripts are considered code (MIT License)
- Blog post content and documentation text are considered documentation (CC BY 4.0)
- Code examples within blog posts are dual-licensed and may be used under either license
