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.
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)
The API provides machine-readable artifacts for automatic analysis.
reuse spdx
command.
Commit 69fc4eeedf5573ecbebc653f5c7a5307aac9d76e
was checked on 30 Oct 2024 20:42:25 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/assets/samples.zip * site/docs/changes.md * site/docs/quickstart.md * site/docs/support_tables/generated/actor.md * site/docs/support_tables/generated/attachments.md * site/docs/support_tables/generated/attributed_to.md * site/docs/support_tables/generated/content_warnings.md * site/docs/support_tables/generated/hashtags.md * site/docs/support_tables/generated/html_tags.md * site/docs/support_tables/generated/image_attachments.md * site/docs/support_tables/generated/image_description.md * site/docs/support_tables/generated/in_reply_to.md * site/docs/support_tables/generated/language.md * site/docs/support_tables/generated/mentions.md * site/docs/support_tables/generated/necessary_properties.md * site/docs/support_tables/generated/object_types.md * site/docs/support_tables/generated/public_addressing.md * site/docs/support_tables/generated/score.md * site/docs/support_tables/generated/url.md * site/docs/support_tables/generated/verify_actor.md # SUMMARY * Bad licenses: 0 * Deprecated licenses: 0 * Licenses without file extension: 0 * Missing licenses: 0 * Unused licenses: 0 * Used licenses: MIT, AGPL-3.0-or-later, CC-BY-4.0, CC0-1.0, AGPL-3.0-only * Read errors: 0 * Files with copyright information: 194 / 239 * Files with license information: 194 / 239 Unfortunately, your project is not compliant with version 3.2 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/>