REUSE compliance of caniko/queryfabric

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

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 611b5c07b637cfd19e6937280ebbc1e135d77720 was checked on 02 Aug 2026 22:15:36 UTC with the following result:

# MISSING COPYRIGHT AND LICENSING INFORMATION

The following files have no copyright and licensing information:
* .crow/build-queryfabric-access.yaml
* .crow/build-queryfabric-adapter-clickhouse.yaml
* .crow/build-queryfabric-adapter-postgres.yaml
* .crow/build-queryfabric-catalog.yaml
* .crow/build-queryfabric-changelog.yaml
* .crow/build-queryfabric-cli-toolbelt.yaml
* .crow/build-queryfabric-cluster.yaml
* .crow/build-queryfabric-cmd-runner.yaml
* .crow/build-queryfabric-content-hash.yaml
* .crow/build-queryfabric-contract.yaml
* .crow/build-queryfabric-demo.yaml
* .crow/build-queryfabric-dialect-sql.yaml
* .crow/build-queryfabric-dialect-syql.yaml
* .crow/build-queryfabric-dioxus.yaml
* .crow/build-queryfabric-federation.yaml
* .crow/build-queryfabric-fetch.yaml
* .crow/build-queryfabric-flight-cache.yaml
* .crow/build-queryfabric-flight-pool.yaml
* .crow/build-queryfabric-ir.yaml
* .crow/build-queryfabric-job-queue.yaml
* .crow/build-queryfabric-leptos.yaml
* .crow/build-queryfabric-namespace-uuid.yaml
* .crow/build-queryfabric-opt.yaml
* .crow/build-queryfabric-paseto.yaml
* .crow/build-queryfabric-portability.yaml
* .crow/build-queryfabric-problem-details.yaml
* .crow/build-queryfabric-prom.yaml
* .crow/build-queryfabric-provenance.yaml
* .crow/build-queryfabric-python.yaml
* .crow/build-queryfabric-release.yaml
* .crow/build-queryfabric-runtime-k8s.yaml
* .crow/build-queryfabric-runtime.yaml
* .crow/build-queryfabric-seaorm-ext.yaml
* .crow/build-queryfabric-session.yaml
* .crow/build-queryfabric-store.yaml
* .crow/build-queryfabric-tcp-tuned.yaml
* .crow/build-queryfabric-tenancy.yaml
* .crow/build-queryfabric-test-rig.yaml
* .crow/build-queryfabric-types.yaml
* .crow/build-queryfabric-web.yaml
* .crow/build-queryfabric-worker.yaml
* .crow/build-queryfabric.yaml
* .crow/pages.yaml
* .crow/publish-crate-queryfabric-adapter-clickhouse.yaml
* .crow/publish-crate-queryfabric-adapter-postgres.yaml
* .crow/publish-crate-queryfabric-catalog.yaml
* .crow/publish-crate-queryfabric-contract.yaml
* .crow/publish-crate-queryfabric-dialect-sql.yaml
* .crow/publish-crate-queryfabric-dialect-syql.yaml
* .crow/publish-crate-queryfabric-ir.yaml
* .crow/publish-crate-queryfabric-opt.yaml
* .crow/publish-crate-queryfabric-runtime.yaml
* .crow/publish-crate-queryfabric.yaml
* .crow/publish-pypi.yaml
* .github/workflows/pages.yaml

# SUMMARY

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

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