# Licensing Agreement: Observed But Not Really

The source code and the creative content (images, photography, and text) of this repository are licensed separately.

By accessing or using this repository, you agree to be bound by the terms of these respective licenses.

---

## 1. Creative Content, Photography & Text

All creative assets, including but not limited to files within the `/images` directory, photography, character text vignettes (including the text values in `site-en.json` and the captions embedded in the images), and compiled layouts, are licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License (CC BY-NC-ND 4.0).

To view a copy of this license, visit:
https://creativecommons.org/licenses/by-nc-nd/4.0/

### Under this license, you are free to:

- **Share** — Copy and redistribute the material in any medium or format.

### Under the following terms:

- **Attribution** — You must give appropriate credit (to @observedbutnotreally or mosanger), provide a link to the license, and indicate if changes were made.
- **NonCommercial** — You may not use the material for commercial purposes.
- **NoDerivatives** — If you remix, transform, or build upon the material, you may not distribute the modified material.
- **No additional restrictions** — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.

Where a single file contains both code and creative content (for example `site-en.json`, or the generated `index.html`), the code and structure are licensed under Section 2 (MIT) and the creative text they carry is licensed under this section (CC BY-NC-ND 4.0).

---

## 2. Source Code, Scripts & Documentation

All software source code, automation scripts (within `/scripts`), frontend layout structures, configuration files, and documentation (e.g. `METADATA.md`) in this repository are licensed under the MIT License.

Copyright (c) 2026 Markus Osanger. All Rights Reserved.

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.
