REUSE compliance of Nemael/tops

Unfortunately, codeberg.org/Nemael/tops 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.

Badge

To add the badge to your project's README.md file, use the following snippet:

[![REUSE status](https://api.reuse.software/badge/codeberg.org/Nemael/tops)](https://api.reuse.software/info/codeberg.org/Nemael/tops)

Machine-readable information

The API provides machine-readable artifacts for automatic analysis.

  • All information about the latest compliance check can also be accessed via a machine-parsable JSON file.
  • You can gather the automatically generated SPDX SBOM in Tag:Value format, based on the reuse spdx command.

Last lint output

Commit f0370c7a71a8e641d7bbf72f993587de635f39fb was checked on 02 Apr 2026 05:45:57 UTC with the following result:

# MISSING COPYRIGHT AND LICENSING INFORMATION

The following files have no copyright and licensing information:
* .gitignore
* .woodpecker/unit-testing.yaml
* Devlog/img.png
* Devlog/img_1.png
* Devlog/img_2.png
* Devlog/img_3.png
* Devlog/img_4.png
* Devlog/img_5.png
* Devlog/img_6.png
* Devlog/img_7.png
* Devlog/img_8.png
* README_Pictures/EN/Taler_ecommerce_checkout.png
* README_Pictures/EN/Taler_ecommerce_payment_processed.png
* README_Pictures/EN/Taler_ecommerce_wallet.png
* README_Pictures/EN/Taler_invoices_online_payment.png
* README_Pictures/EN/Taler_invoices_paid_online.png
* README_Pictures/EN/Taler_invoices_payment_method.png
* README_Pictures/EN/Taler_invoices_taler_qr_code.png
* README_Pictures/EN/Taler_pos_payment_complete.png
* README_Pictures/EN/Taler_pos_receipt.png
* README_Pictures/EN/Taler_pos_taler_payment.png
* README_Pictures/EN/Taler_provider_setting_complete.png
* README_Pictures/EN/Taler_refund_email.png
* README_Pictures/EN/Taler_refund_list_of_transactions.png
* README_Pictures/EN/Taler_refund_payment.png
* README_Pictures/EN/Taler_refund_transaction.png
* README_Pictures/EN/Taler_test_mode_payment_method_with_icons.png
* README_Pictures/EN/Taler_test_mode_radio_button.png
* README_Pictures/EN/Taler_test_mode_taler_order_payment.png
* README_Pictures/EN/Taler_test_mode_taler_payment_completed.png
* README_Pictures/EN/Taler_ticketing_event_payment_confirmation.png
* README_Pictures/EN/Taler_ticketing_events_list.png
* README_Pictures/EN/Taler_ticketing_settings.png
* README_Pictures/FR/Taler_ecommerce_checkout.png
* README_Pictures/FR/Taler_ecommerce_payment_processed.png
* README_Pictures/FR/Taler_ecommerce_wallet.png
* README_Pictures/FR/Taler_invoices_online_payment.png
* README_Pictures/FR/Taler_invoices_paid_online.png
* README_Pictures/FR/Taler_invoices_payment_method.png
* README_Pictures/FR/Taler_invoices_taler_qr_code.png
* README_Pictures/FR/Taler_pos_payment_complete.png
* README_Pictures/FR/Taler_pos_receipt.png
* README_Pictures/FR/Taler_pos_taler_payment.png
* README_Pictures/FR/Taler_provider_setting_complete.png
* README_Pictures/FR/Taler_refund_email.png
* README_Pictures/FR/Taler_refund_list_of_transactions.png
* README_Pictures/FR/Taler_refund_payment.png
* README_Pictures/FR/Taler_refund_transaction.png
* README_Pictures/FR/Taler_test_mode_payment_method_with_icons.png
* README_Pictures/FR/Taler_test_mode_radio_button.png
* README_Pictures/FR/Taler_test_mode_taler_order_payment.png
* README_Pictures/FR/Taler_test_mode_taler_payment_completed.png
* README_Pictures/FR/Taler_ticketing_event_payment_confirmation.png
* README_Pictures/FR/Taler_ticketing_events_list.png
* README_Pictures/FR/Taler_ticketing_settings.png
* README_Pictures/UI_Tutorial/Tutorial_customer_list_of_payments.png
* README_Pictures/UI_Tutorial/Tutorial_customer_payment.png
* README_Pictures/UI_Tutorial/Tutorial_install.png
* README_Pictures/UI_Tutorial/Tutorial_invoice_creation.png
* README_Pictures/UI_Tutorial/Tutorial_invoice_online_payment.png
* README_Pictures/UI_Tutorial/Tutorial_invoice_preview.png
* README_Pictures/UI_Tutorial/Tutorial_pos_payment.png
* README_Pictures/UI_Tutorial/Tutorial_pos_pos.png
* README_Pictures/UI_Tutorial/Tutorial_pos_qr_code.png
* README_Pictures/UI_Tutorial/Tutorial_pos_settings.png
* README_Pictures/UI_Tutorial/Tutorial_pos_setup.png
* README_Pictures/UI_Tutorial/Tutorial_provider.png
* README_Pictures/UI_Tutorial/Tutorial_provider_details.png
* README_Pictures/UI_Tutorial/Tutorial_provider_details_currencies.png
* README_Pictures/UI_Tutorial/Tutorial_refund_button.png
* README_Pictures/UI_Tutorial/Tutorial_refund_email.png
* README_Pictures/UI_Tutorial/Tutorial_refund_email_list.png
* Security Reports/March 2026.md
* UI_Explanation.md
* payment_taler/i18n/Glossary.csv
* payment_taler/i18n/fr.po
* payment_taler/i18n/payment_taler.pot
* payment_taler/images/thumbnail.png

# SUMMARY

* Bad licenses: 0
* Deprecated licenses: 0
* Licenses without file extension: 0
* Missing licenses: 0
* Unused licenses: 0
* Used licenses: CC-BY-SA-4.0, CC0-1.0, LGPL-3.0-or-later
* Read errors: 0
* Invalid SPDX License Expressions: 0
* Files with copyright information: 64 / 142
* Files with license information: 64 / 142

Unfortunately, your project is not compliant with version 3.3 of the REUSE Specification :-(


# RECOMMENDATIONS

* 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/>