Use REUSE to specify licensing info

This commit is contained in:
Johannes Loher 2021-06-26 22:02:00 +02:00
parent 3f6682c9b2
commit 2d647094f7
326 changed files with 1255 additions and 936 deletions

View file

@ -1,3 +1,10 @@
<!--
SPDX-FileCopyrightText: 2021 Johannes Loher
SPDX-FileCopyrightText: 2021 Siegfried Krug
SPDX-License-Identifier: MIT
-->
# DS4
An implementation of the Dungeonslayers 4 game system for [Foundry Virtual
@ -21,7 +28,7 @@ https://git.f3l.de/dungeonslayers/ds4/-/raw/latest/src/system.json?inline=false
In order to build this system, recent versions of `node` and `yarn` are
required. Most likely using `npm` also works but only `yarn` is officially
supported. We recommend using the latest lts version of `node`, which is
`v14.15.5` at the time of writing. If you use `nvm` to manage your `node`
`v14.17.1` at the time of writing. If you use `nvm` to manage your `node`
versions, you can simply run
```
@ -89,32 +96,46 @@ issue, send a mail to [git+dungeonslayers-ds4-155-issue-@git.f3l.de].
## Licensing
[Dungeonslayers] (© Christian Kennig) is licensed
under [CC BY-NC-SA 3.0].
This project is being developed under the terms of the
[LIMITED LICENSE AGREEMENT FOR MODULE DEVELOPMENT] for Foundry Virtual Tabletop.
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].
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:
Similarly, the compendium packs found in [src/packs] are based on Dungeonslayers
and thus are also released under CC BY-NC-SA 3.0.
* [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
https://game-icons.net/ are licensed under [CC BY 3.0].
* 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].
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).
For more accurate information, check the individual files.
[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/
[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
[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/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
[src/fonts/Lora]: src/fonts/Lora
[src/fonts/Woodstamp]: src/fonts/Woodstamp
[.yarn]: .yarn