License Information¶
This project specifies the licenses of its files according to the REUSE tool.
Run a check:
tox -e reuse
If you added files and now the CI tests fail, annotate them accordingly.
We use CC-BY-SA-4.0 for:
- documentation
 .icscalendar files- images
 
reuse annotate --year 2024 --copyright="Nicco Kunzmann and Open Web Calendar Contributors <https://open-web-calendar.quelltext.eu/>" --license="CC-BY-SA-4.0" <FILES>
We use GPL-2.0-only for:
- source code
 - translations of the source code
 - build information
 - HTML files
 
reuse annotate --year 2024 --copyright="Nicco Kunzmann and Open Web Calendar Contributors <https://open-web-calendar.quelltext.eu/>" --license="GPL-2.0-only" <FILES>
Hints:
- Add 
--force-dot-licensefor files that should not be touched. - Add information to the 
.reuse/dep5file for folders under a certain license.