REUSE compliance of platform-mesh/virtual-workspaces

Unfortunately, github.com/platform-mesh/virtual-workspaces 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/platform-mesh/virtual-workspaces)](https://api.reuse.software/info/github.com/platform-mesh/virtual-workspaces)

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 fd12c33a2791eb2a1da4ccdba7087e6b7a83b657 was checked on 04 Sep 2025 12:47:53 UTC with the following result:

# MISSING COPYRIGHT AND LICENSING INFORMATION

The following files have no copyright and licensing information:
* .github/workflows/pipeline.yaml
* .gitignore
* CODEOWNERS
* CODE_OF_CONDUCT.md
* Dockerfile
* PROJECT
* Taskfile.yaml
* api/v1alpha1/groupversion_info.go
* api/v1alpha1/marketplaceentry_types.go
* api/v1alpha1/zz_generated.deepcopy.go
* cmd/root.go
* cmd/start.go
* config/crd/bases/marketplace.platform-mesh.io_marketplaceentries.yaml
* config/crd/kustomization.yaml
* config/crd/kustomizeconfig.yaml
* config/resources/apiexport-marketplace.platform-mesh.io.yaml
* config/resources/apiresourceschema-marketplaceentries.marketplace.platform-mesh.io.yaml
* config/resources/embed.go
* go.mod
* go.sum
* main.go
* pkg/apidefinition/single_resource.go
* pkg/authorization/attributes.go
* pkg/config/config.go
* pkg/contentconfiguration/server.go
* pkg/marketplace/server.go
* pkg/path/rootpath.go
* pkg/proxy/resolver.go
* pkg/storage/filter.go
* pkg/storage/storage.go
* renovate.json

The following files have no licensing information:
* README.md

# SUMMARY

* Bad licenses: 0
* Deprecated licenses: 0
* Licenses without file extension: 0
* Missing licenses: 0
* Unused licenses: 0
* Used licenses: 0
* Read errors: 0
* Files with copyright information: 1 / 32
* Files with license information: 0 / 32

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