# License

This repository combines software and content under two different licenses.

## Code — MIT License

Applies to all source code in this repository: `build.py`, `build-teaching-page.py`, `build-cv.py`, `validate-site.py`, `validate-teaching-links.py`, the CSS and JavaScript files, and the HTML templates.

```
MIT License

Copyright (c) 2019-2026 Christopher Pollin

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.
```

## Content — CC BY 4.0

Applies to the editorial content of this site: the structured data under `content/`, the teaching material under `teaching/`, the texts rendered into the generated pages, and the images under `img/`.

Licensed under the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/). You may share and adapt this material for any purpose, including commercially, as long as you give appropriate credit to Christopher Pollin, link to the license, and indicate whether changes were made.

## Third-party material

Papers under `paper/`, linked publications, and any other third-party material retain the license terms of their respective publishers and authors. Where a work is co-authored, the rights of all authors apply.
