Unfortunately, github.com/aleiepure/ticketbooth is not REUSE compliant and does not fully adopt the recommendations to make software licensing easy for humans and machines alike. Have a look at our tutorial to learn about the three simple steps to become REUSE compliant.
To add the badge to your project's README.md
file,
use the following snippet:
[](https://api.reuse.software/info/github.com/aleiepure/ticketbooth)
The API provides machine-readable artifacts for automatic analysis.
reuse spdx
command.
Commit e9fdaae2ec49fd900e257638e42489f00ec7b0e8
was checked on 25 May 2025 08:43:36 UTC
with the following result:
# UNUSED LICENSES The following licenses are not used: * LGPL-3.0-only # MISSING COPYRIGHT AND LICENSING INFORMATION The following files have no copyright and licensing information: * .github/ISSUE_TEMPLATE/bug_report.md * .github/workflows/build-x86.yaml * CONTRIBUTING.md * data/appstream/new1.png * data/appstream/new2.png * data/appstream/new3.png * data/appstream/new4.png * data/blank_poster.jpg * data/blank_still.jpg * data/icons/hicolor/scalable/apps/me.iepure.Ticketbooth.Devel.svg * data/icons/hicolor/scalable/apps/me.iepure.Ticketbooth.svg * data/icons/hicolor/symbolic/apps/me.iepure.Ticketbooth-symbolic.svg * data/icons/hicolor/symbolic/apps/me.iepure.Ticketbooth.Devel-symbolic.svg * data/icons/symbolic/bell-outline-none-symbolic.svg * data/icons/symbolic/bell-outline-symbolic.svg * data/icons/symbolic/check-plain-symbolic.svg * data/icons/symbolic/check-round-outline-symbolic.svg * data/icons/symbolic/document-edit-symbolic.svg * data/icons/symbolic/floppy-symbolic.svg * data/icons/symbolic/hourglass-symbolic.svg * data/icons/symbolic/loupe-symbolic.svg * data/icons/symbolic/movies-symbolic.svg * data/icons/symbolic/network-transmit-receive-symbolic.svg * data/icons/symbolic/plus-symbolic.svg * data/icons/symbolic/right-symbolic.svg * data/icons/symbolic/series-symbolic.svg * data/icons/symbolic/star-large-symbolic.svg * data/icons/symbolic/update-symbolic.svg * data/icons/symbolic/user-trash-symbolic.svg * data/icons/symbolic/view-grid-symbolic.svg * data/icons/symbolic/view-list-symbolic.svg * data/icons/symbolic/warning-symbolic.svg * data/icons/symbolic/watchlist-symbolic.svg * me.iepure.Ticketbooth.Devel.json * po/LINGUAS * po/POTFILES * pypi-dependencies.json * requirements.txt * src/logging/__pycache__/__init__.cpython-313.pyc The following files have no licensing information: * po/bg.po * po/de.po * po/es.po * po/et.po * po/eu.po * po/fa.po * po/fi.po * po/fr.po * po/hi.po * po/ia.po * po/it.po * po/nb_NO.po * po/nl.po * po/pl.po * po/pt.po * po/pt_BR.po * po/ta.po * po/ticketbooth.pot * po/tr.po * po/uk.po # SUMMARY * Bad licenses: 0 * Deprecated licenses: 0 * Licenses without file extension: 0 * Missing licenses: 0 * Unused licenses: LGPL-3.0-only * Used licenses: CC0-1.0, GPL-3.0-or-later * Read errors: 0 * Files with copyright information: 102 / 141 * Files with license information: 82 / 141 Unfortunately, your project is not compliant with version 3.3 of the REUSE Specification :-( # RECOMMENDATIONS * Fix unused licenses: At least one of the license text files in 'LICENSES' is not referenced by any file, e.g. by an 'SPDX-License-Identifier' tag. Please make sure that you either tag the accordingly licensed files properly, or delete the unused license text if you are sure that no file or code snippet is licensed as such. * Fix missing copyright/licensing information: For one or more files, the tool cannot find copyright and/or licensing information. You typically do this by adding 'SPDX-FileCopyrightText' and 'SPDX-License-Identifier' tags to each file. The tutorial explains additional ways to do this: <https://reuse.software/tutorial/>