docs: extract attribution into a separate markdown file
This commit is contained in:
parent
6a1db09d59
commit
699ba74840
11 changed files with 252 additions and 61 deletions
50
README.md
50
README.md
|
@ -98,50 +98,16 @@ issue, send a mail to [git+dungeonslayers-ds4-155-issue-@git.f3l.de].
|
|||
This project is being developed under the terms of the
|
||||
[LIMITED LICENSE AGREEMENT FOR MODULE DEVELOPMENT] for Foundry Virtual Tabletop.
|
||||
|
||||
The project itself is licensed under multiple licenses. It is difficult to keep
|
||||
this section up to date, so here is a brief summary as of June 2021:
|
||||
|
||||
* [Dungeonslayers] by Christian Kennig is licensed under [CC BY-NC-SA 3.0].
|
||||
* The icons in [src/assets/icons/official] by Christian Kennig are licensed
|
||||
under [CC BY-NC-SA 3.0].
|
||||
* The compendium packs in [src/packs] are derivative work of [Dungeonslayers]
|
||||
by Christian Kennig. They are licensed under [CC BY-NC-SA 3.0].
|
||||
* The icons in [src/assets/icons/game-icons] by the authors of [Game-icons.net]
|
||||
are licensed under [CC BY 3.0].
|
||||
* The images in [src/assets/tokens/devin-night] by [Devin Night] are
|
||||
licensed under these custom [Token Usage Rights].
|
||||
* The [Lora] font in [src/fonts/Lora] by The Lora Project Authors is licensed
|
||||
under [OFL 1.1].
|
||||
* The Woodstamp font in [src/fonts/Woodstamp] by [Ryoichi Tsunekawa] is licensed
|
||||
under a custom [EULA](LICENSES/LicenseRef-Woodstamp.txt).
|
||||
* The files in [.yarn] by the [Yarn] Contributors are licensed under
|
||||
[BSD-2-Clause].
|
||||
* Most of the other files are licensed under [MIT].
|
||||
|
||||
For more accurate information, check the individual files.
|
||||
The project itself is licensed under multiple licenses. [REUSE] is used to
|
||||
specify the licenses for the individual files. Most of the licenses are
|
||||
specified either inside the source file or by an accompanying `.license` file,
|
||||
but for some files, the licenses are specified in [.reuse/dep5]. Some of the
|
||||
work that is being reused by this project requires attribution to the original
|
||||
author(s). You can find these attributions in [ATTRIBUTION.md](ATTRIBUTION.md).
|
||||
|
||||
[Dungeonslayers]: https://www.dungeonslayers.net/
|
||||
[Foundry Virtual Tabletop]: http://foundryvtt.com
|
||||
[git+dungeonslayers-ds4-155-issue-@git.f3l.de]: mailto:git+dungeonslayers-ds4-155-issue-@git.f3l.de
|
||||
[Game-icons.net]: https://game-icons.net/
|
||||
[Devin Night]: https://immortalnights.com/
|
||||
[Lora]: https://github.com/cyrealtype/Lora-Cyrillic
|
||||
[Ryoichi Tsunekawa]: https://dharmatype.com/
|
||||
[Yarn]: https://github.com/yarnpkg/berry
|
||||
|
||||
[LIMITED LICENSE AGREEMENT FOR MODULE DEVELOPMENT]: https://foundryvtt.com/article/license/
|
||||
[CC BY-NC-SA 3.0]: LICENSES/CC-BY-NC-SA-3.0.txt
|
||||
[CC BY 3.0]: LICENSES/CC-BY-3.0.txt
|
||||
[Token Usage Rights]: LICENSES/LicenseRef-DevinNightTokenUsageRights.txt
|
||||
[OFL 1.1]: LICENSE/OFL-1.1.txt
|
||||
[BSD-2-Clause]: LICENSES/BSD-2-Clause.txt
|
||||
[MIT]: LICENSES/MIT.txt
|
||||
|
||||
[src/assets/icons/official]: src/assets/icons/official
|
||||
[src/packs]: src/packs
|
||||
[src/assets/icons/game-icons]: src/assets/icons/game-icons
|
||||
[src/assets/tokens/devin-night]: src/assets/tokens/devin-night
|
||||
|
||||
[src/fonts/Lora]: src/fonts/Lora
|
||||
[src/fonts/Woodstamp]: src/fonts/Woodstamp
|
||||
[.yarn]: .yarn
|
||||
[REUSE]: https://reuse.software/
|
||||
[.reuse/dep5]: .reuse/dep5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue