Add list of game icons with their authors and licenses

This commit is contained in:
Johannes Loher 2021-05-23 14:43:52 +02:00
parent 30b7fed8e0
commit f76abef1f1
3 changed files with 61 additions and 330 deletions

View file

@ -1,7 +1,7 @@
# DS4
An implementation of the Dungeonslayers 4 game system for [Foundry Virtual
Tabletop](http://foundryvtt.com).
Tabletop].
This system provides sheet support for Actors and Items and mechanical support
for dice and rules necessary to play games of Dungeonslayers 4.
@ -85,25 +85,36 @@ yarn test
Code and content contributions are accepted. Please feel free to submit issues
to the issue tracker or submit merge requests for code changes. To create an
issue, send a mail to [git+dungeonslayers-ds4-155-issue-@git.f3l.de](mailto:git+dungeonslayers-ds4-155-issue-@git.f3l.de).
issue, send a mail to [git+dungeonslayers-ds4-155-issue-@git.f3l.de].
## Licensing
[Dungeonslayers](http://dungeonslayers.de/) (© Christian Kennig) is licensed
under [CC BY-NC-SA 3.0](https://creativecommons.org/licenses/by-nc-sa/3.0/de/deed.en).
[Dungeonslayers] (© Christian Kennig) is licensed
under [CC BY-NC-SA 3.0].
The icons in [src/assets/icons/official](src/assets/icons/official) are slightly
The icons in [src/assets/icons/official] are slightly
modified versions of original Dungeonslayers icons, which have also been
published under CC BY-NC-SA 3.0. Hence the modified icons are also published
under this license. A copy of this license can be found under
[src/assets/icons/official/LICENSE](src/assets/icons/official/LICENSE).
[src/assets/icons/official/LICENSE].
Similarly, the compendium packs found in [src/packs](src/packs) are based on
Dungeonslayers and thus are also released under CC BY-NC-SA 3.0.
Similarly, the compendium packs found in [src/packs] are based on Dungeonslayers
and thus are also released under CC BY-NC-SA 3.0.
The icons in [src/assets/icons/game-icons](src/assets/icons/game-icons) are work
by https://game-icons.net/ and are licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/).
A copy of this license can be found under [src/assets/icons/game-icons/LICENSE](src/assets/icons/game-icons/LICENSE)
The icons in [src/assets/icons/game-icons] have
been published on https://game-icons.net/. You can find a list of the icons with
their corresponding authors and licenses at
[src/assets/icons/game-icons/authors.md].
The software component of this project is licensed under the MIT License, a copy
of which can be found under [LICENSE](LICENSE).
[Foundry Virtual Tabletop]: http://foundryvtt.com
[git+dungeonslayers-ds4-155-issue-@git.f3l.de]: mailto:git+dungeonslayers-ds4-155-issue-@git.f3l.de
[CC BY-NC-SA 3.0]: https://creativecommons.org/licenses/by-nc-sa/3.0/de/deed.en
[Dungeonslayers]: http://dungeonslayers.de/
[src/assets/icons/official]: src/assets/icons/official
[src/assets/icons/official/LICENSE]: src/assets/icons/official/LICENSE
[src/packs]: src/packs
[src/assets/icons/game-icons]: src/assets/icons/game-icons
[src/assets/icons/game-icons/authors.md]: src/assets/icons/game-icons/authors.md