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 770a07ea5f151e4a5aa3ac3beedebe059ef728e3 was checked on 11 Feb 2026 00:00:16 UTC with the following result:

# MISSING LICENSES

'CC0' found in:
* Devlog/25-07-05.md
* Devlog/25-07-08.md
* Devlog/25-07-13.md
* Devlog/25-07-14.md
* Devlog/25-07-15.md
* Devlog/25-07-16.md
* Devlog/25-07-17.md
* Devlog/25-07-20.md
* Devlog/25-07-23.md
* Devlog/25-07-28.md
* Devlog/25-08-15.md
* Devlog/25-08-23.md
* Devlog/25-11-30.md
* Devlog/25-12-05.md
* Devlog/25-12-09.md
* Devlog/25-12-10.md
* Devlog/25-12-12.md
* Devlog/25-12-14.md
* Devlog/25-12-18.md
* Devlog/25-12-19.md
* Devlog/25-12-21.md
* Devlog/25-12-24.md
* Devlog/26-01-12.md
* Devlog/26-01-15.md
* Devlog/26-01-23.md
* Devlog/26-02-01.md
* Personal notes.md

# MISSING COPYRIGHT AND LICENSING INFORMATION

The following files have no copyright and licensing information:
* .gitignore
* 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/Taler_ecommerce_checkout.png
* README_Pictures/Taler_ecommerce_payment_processed.png
* README_Pictures/Taler_ecommerce_wallet.png
* README_Pictures/Taler_invoices_online_payment.png
* README_Pictures/Taler_invoices_paid_online.png
* README_Pictures/Taler_invoices_payment_method.png
* README_Pictures/Taler_invoices_taler_qr_code.png
* README_Pictures/Taler_pos_payment_complete.png
* README_Pictures/Taler_pos_receipt.png
* README_Pictures/Taler_pos_taler_payment.png
* README_Pictures/Taler_provider_setting_complete.png
* README_Pictures/Taler_refund_email.png
* README_Pictures/Taler_refund_list_of_transactions.png
* README_Pictures/Taler_refund_payment.png
* README_Pictures/Taler_refund_transaction.png
* README_Pictures/Taler_test_mode_payment_method_with_icons.png
* README_Pictures/Taler_test_mode_radio_button.png
* README_Pictures/Taler_test_mode_taler_order_payment.png
* README_Pictures/Taler_test_mode_taler_payment_completed.png
* README_Pictures/Taler_ticketing_event_payment_confirmation.png
* README_Pictures/Taler_ticketing_events_list.png
* README_Pictures/Taler_ticketing_settings.png
* Roadmap.md
* security/ir.model.access.csv
* static/description/icon.png
* static/description/icon.svg
* static/description/icon_original.png
* static/description/icon_original.svg

# SUMMARY

* Bad licenses: 0
* Deprecated licenses: 0
* Licenses without file extension: 0
* Missing licenses: CC0
* Unused licenses: 0
* Used licenses: CC0, LGPL-3.0-or-later
* Read errors: 0
* Invalid SPDX License Expressions: 0
* Files with copyright information: 50 / 88
* Files with license information: 50 / 88

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


# RECOMMENDATIONS

* Fix missing licenses: For at least one of the license identifiers provided by
  the 'SPDX-License-Identifier' tags, there is no corresponding license text
  file in the 'LICENSES' directory. For SPDX license identifiers, you can simply
  run 'reuse download --all' to get any missing ones. For custom licenses
  (starting with 'LicenseRef-'), you need to add these files yourself.
* 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: