REUSE compliance of ironcore-dev/community

Unfortunately, github.com/ironcore-dev/community 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/github.com/ironcore-dev/community)](https://api.reuse.software/info/github.com/ironcore-dev/community)

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 c384ccbfd47bdd035fe0fb1d01c5f58b268d2e8d was checked on 25 Jun 2026 15:13:43 UTC with the following result:

# MISSING LICENSES

'Apache-2.0' found in:
* .github/workflows/publish-docs.yml
* .github/workflows/reuse.yml
* .gitignore
* Makefile
* README.md
* docs/.vitepress/config.mts
* docs/.vitepress/theme/components/VPFooter.vue
* docs/.vitepress/theme/custom.css
* docs/.vitepress/theme/index.js
* docs/Dockerfile
* docs/contributing.md
* docs/index.md
* docs/meetings.md
* docs/membership.md
* docs/style-guide/coding.md
* docs/style-guide/documentation.md
* hack/start-docs.sh
* package-lock.json
* package.json

# MISSING COPYRIGHT AND LICENSING INFORMATION

The following files have no copyright and licensing information:
* repositories.yaml
* teams.yaml

# SUMMARY

* Bad licenses: 0
* Deprecated licenses: 0
* Licenses without file extension: 0
* Missing licenses: Apache-2.0
* Unused licenses: 0
* Used licenses: Apache-2.0
* Read errors: 0
* Invalid SPDX License Expressions: 0
* Files with copyright information: 19 / 21
* Files with license information: 19 / 21

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:
  <https://reuse.software/tutorial/>