# License

*Ironsworn: Starforged* is copyright ©2022 [Shawn Tomkin](https://www.ironswornrpg.com/) and [Absolute Tabletop, LLC](https://absolutetabletop.com/).

For more information about what you can do with the license, see the [*Ironsworn* website](https://www.ironswornrpg.com/licensing).

## Data (`*.md`, `*.json`, `*.yaml`): CC BY 4.0

The textual content described by the Markdown, JSON, and YAML files in this repo is originally from the *Ironsworn: Starforged Reference Guide*, and used under the used under the [Creative Commons 4.0 Attribution License](https://creativecommons.org/licenses/by/4.0/).

If you're using the *Ironsworn* test data preview (the json files in the `ironsworn` subdirectory), that material falls under [Creative Commons Attribution-NonCommercial 4.0 License](https://creativecommons.org/licenses/by-nc/4.0/).

## Vector icons (`*.svg`): CC BY 4.0

The following *Ironsworn: Starforged* vector/SVG icons are by [Nathen Graey](https://linktr.ee/owlbare), used under the used under the [Creative Commons 4.0 Attribution License](https://creativecommons.org/licenses/by/4.0/):
  * asset card and icon designs
  * gameplay pillar icons (page 139)
  * location oracle icons (page 322 and others)
  * creature environment icons (page 336)
  * faction icons (page 341);
  * derelict zone icons (pages 352–359)
  * location theme icons (pages 370–379)

Any vector/SVG icons not included in the list above are by [Shawn Tomkin](https://www.ironswornrpg.com/), and also used under the [Creative Commons 4.0 Attribution License](https://creativecommons.org/licenses/by/4.0/).

## Raster images (`*.webp`, `*.png`): CC BY-NC 4.0

The raster planet illustrations are by [Joshua Meehan](https://joshmeehanart.com/). They are used under the [Creative Commons Attribution-NonCommercial 4.0 License](https://creativecommons.org/licenses/by-nc/4.0/).

If you're making a commercial app and would like to use these planet illustrations in it, [email Joshua Meehan](mailto:meehan.joshua@gmail.com) to discuss licensing.

## Code (`*.js`, `*.ts`, `*.d.ts`, etc.): MIT

Any code not included by the categories is released under the MIT license, reproduced below:

### MIT License

Copyright (c) 2022 rsek

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.
