# Licenses for Ammar Ratnani's Site

This repository contains artifacts licensed under both MIT and CC-BY-4.0. The
intent is that all these artifacts should be able to be used freely, given
sufficient attribution. Attribution is required; it is certainly required for
identifying information, though it must also be given for prose, images, and
code. Either way, I cannot be held liable for damages caused by use of artifacts
in this repository.

## MIT Licensed Artifacts

The text of the MIT License is given in `LICENSES/MIT.txt`. It covers all of the
"software" in this repository. This includes:

* The "structure" of the site, including
  * `index.html`
  * `robots.txt`
  * `post_listing/*`
  * `_layouts/*`
  * `_includes/*`
  * `_data/structure/*`
  * `assets/css/*` and `assets/_scss/*`
* Build files, including
  * `.bundle/*`
  * `Gemfile` and `Gemfile.lock`
  * `package.json` and `package-lock.json`
* Linting and test files, including
  * `.github/*`
  * `.markdownlint.yaml`
  * `linkinator.config.json`
* Auxiliary repository files, including
  * `.gitignore` and `.gitattributes`
* Any computer code in the `assets/` directory, such as Python or C files.

## CC-BY-4.0 Licensed Artifacts

The text of the CC-BY-4.0 License is given in `LICENSES/CC-BY-4.0.txt`. It
covers all of the "creative" and "prose" assets in this repository. This
includes:

* `_about/*`
* `_posts/*`
* `_data/content/*`
* `assets/img/*`
* `assets/pdf/*`
* Unless otherwise stated, any other images in `assets/**`, such as
  * JPEG, PNG, GIF, and SVG files
  * The TeX or Dot code used to generate the images

## Unlicensed Artifacts

Some files in this repository are not my original work. They are usually kept
here for mirroring. These unlicensed artifacts include:

* Unless otherwise stated, PDF files in `assets/**` but not in `assets/pdf/*`
