REUSE compliance of sapcc/disco

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

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 243e901738256d05c0a02969f02d141bf430824b was checked on 16 Jun 2025 21:08:52 UTC with the following result:

# MISSING COPYRIGHT AND LICENSING INFORMATION

The following files have no copyright and licensing information:
* .dockerignore
* .github/workflows/unit-test.yaml
* CHANGELOG.md
* CONTRIBUTING.md
* Dockerfile
* Makefile
* PROJECT
* README.md
* controllers/util.go
* deploy/helm-chart/.helmignore
* deploy/helm-chart/Chart.yaml
* deploy/helm-chart/README.md
* deploy/helm-chart/crds/records.disco.stable.sap.cc.yaml
* deploy/helm-chart/templates/disco-config.yaml
* deploy/helm-chart/templates/disco-controller-manager-metrics-service.yaml
* deploy/helm-chart/templates/disco-controller-manager.yaml
* deploy/helm-chart/templates/disco-leader-election-role.yaml
* deploy/helm-chart/templates/disco-leader-election-rolebinding.yaml
* deploy/helm-chart/templates/disco-manager-role.yaml
* deploy/helm-chart/templates/disco-manager-rolebinding.yaml
* deploy/helm-chart/templates/disco-metrics-reader.yaml
* deploy/helm-chart/templates/disco-mutating-webhook-configuration.yaml
* deploy/helm-chart/templates/disco-proxy-role.yaml
* deploy/helm-chart/templates/disco-proxy-rolebinding.yaml
* deploy/helm-chart/templates/disco-selfsigned-issuer.yaml
* deploy/helm-chart/templates/disco-serving-cert.yaml
* deploy/helm-chart/templates/disco-webhook-service.yaml
* deploy/kustomize/config/certmanager/certificate.yaml
* deploy/kustomize/config/certmanager/kustomization.yaml
* deploy/kustomize/config/certmanager/kustomizeconfig.yaml
* deploy/kustomize/config/crd/bases/disco.stable.sap.cc_records.yaml
* deploy/kustomize/config/crd/kustomization.yaml
* deploy/kustomize/config/crd/kustomizeconfig.yaml
* deploy/kustomize/config/crd/patches/cainjection_in_records.yaml
* deploy/kustomize/config/crd/patches/webhook_in_records.yaml
* deploy/kustomize/config/default/kustomization.yaml
* deploy/kustomize/config/default/manager_auth_proxy_patch.yaml
* deploy/kustomize/config/default/manager_config_patch.yaml
* deploy/kustomize/config/default/manager_webhook_patch.yaml
* deploy/kustomize/config/default/webhookcainjection_patch.yaml
* deploy/kustomize/config/manager/config.env
* deploy/kustomize/config/manager/kustomization.yaml
* deploy/kustomize/config/manager/manager.yaml
* deploy/kustomize/config/rbac/auth_proxy_client_clusterrole.yaml
* deploy/kustomize/config/rbac/auth_proxy_role.yaml
* deploy/kustomize/config/rbac/auth_proxy_role_binding.yaml
* deploy/kustomize/config/rbac/auth_proxy_service.yaml
* deploy/kustomize/config/rbac/kustomization.yaml
* deploy/kustomize/config/rbac/leader_election_role.yaml
* deploy/kustomize/config/rbac/leader_election_role_binding.yaml
* deploy/kustomize/config/rbac/record_editor_role.yaml
* deploy/kustomize/config/rbac/record_viewer_role.yaml
* deploy/kustomize/config/rbac/role.yaml
* deploy/kustomize/config/rbac/role_binding.yaml
* deploy/kustomize/config/rbac/service_account.yaml
* deploy/kustomize/config/samples/disco_v1_record.yaml
* deploy/kustomize/config/webhook/kustomization.yaml
* deploy/kustomize/config/webhook/kustomizeconfig.yaml
* deploy/kustomize/config/webhook/manifests.yaml
* deploy/kustomize/config/webhook/service.yaml
* hack/kustomize-to-helm.go
* pkg/clientutil/client.go
* pkg/clientutil/error.go
* pkg/util/fqdn.go
* pkg/version/version.go

The following files have no licensing information:
* api/v1/doc.go
* api/v1/groupversion_info.go
* api/v1/record_types.go
* api/v1/record_webhook.go
* api/v1/webhook_suite_test.go
* api/v1/zz_generated.deepcopy.go
* controllers/ingress_shim_controller.go
* controllers/record_controller.go
* controllers/service_shim_controller.go
* controllers/suite_test.go
* hack/boilerplate.go.txt
* main.go
* pkg/disco/constants.go
* pkg/disco/designate.go

# 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
* Files with copyright information: 32 / 97
* Files with license information: 18 / 97

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