REUSE compliance of helge/funfedidev

Unfortunately, codeberg.org/helge/funfedidev 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/helge/funfedidev)](https://api.reuse.software/info/codeberg.org/helge/funfedidev)

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 38f86a01bdcc55491157b0c192a9a4a2d4736ac3 was checked on 15 Feb 2024 07:22:15 UTC with the following result:

# MISSING COPYRIGHT AND LICENSING INFORMATION

The following files have no copyright and licensing information:
* containers/README.md
* containers/akkoma/build.sh
* containers/akkoma/scripts/webfinger.patch
* containers/bovine/build.sh
* containers/build.sh
* containers/check_version.py
* containers/containers.csv
* containers/mastodon/build.sh
* containers/mastodon/entrypoint.sh
* containers/mastodon/patches/apply.sh
* containers/mitra/Dockerfile
* containers/mitra/build.sh
* containers/mitra/entrypoint.sh
* containers/pasture/Dockerfile
* containers/pasture/README.md
* containers/pasture/build.sh
* containers/pasture/entrypoint.sh
* containers/pasture/http_signature.sh
* containers/pasture/verify_actor.sh
* containers/sharkey/build.sh
* fediverse-pasture/dockerfiles/mitra/run_mitra
* fediverse-pasture/work/assets/base.jsonap
* fediverse-pasture/work/assets/note1.jsonap
* fediverse-pasture/work/assets/note2.jsonap
* fediverse-pasture/work/assets/reply.jsonap
* site/docs/changes.md
* site/docs/quickstart.md


# SUMMARY

* Bad licenses: 0
* Deprecated licenses: 0
* Licenses without file extension: 0
* Missing licenses: 0
* Unused licenses: 0
* Used licenses: MIT, CC0-1.0, AGPL-3.0-only, CC-BY-4.0, AGPL-3.0-or-later
* Read errors: 0
* files with copyright information: 194 / 221
* files with license information: 194 / 221

Unfortunately, your project is not compliant with version 3.0 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-Identifer' tags to each
  file. The tutorial explains additional ways to do this:
  <https://reuse.software/tutorial/>