Unfortunately, github.com/anulum/director-ai 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:
[](https://api.reuse.software/info/github.com/anulum/director-ai)
The API provides machine-readable artifacts for automatic analysis.
reuse spdx
command.
Commit 8cdf042e393ef7c4c1dc59d6eb6b137834eade16 was checked on 16 Apr 2026 19:49:43 UTC
with the following result:
# MISSING LICENSES 'AGPL-3.0-or-later\n",' found in: * notebooks/colab_streaming_halt_demo.ipynb # INVALID SPDX LICENSE EXPRESSIONS 'notebooks/colab_streaming_halt_demo.ipynb' contains invalid SPDX License Expressions: * AGPL-3.0-or-later\n", # MISSING COPYRIGHT AND LICENSING INFORMATION The following files have no copyright and licensing information: * deploy/helm/director-ai/templates/_helpers.tpl * deploy/observability/grafana-dashboard.json * deploy/quickstart/README.md * deploy/quickstart/kb.txt * director_guard/README.md * director_guard/facts.txt * gpu_deploy/aggrefact_pipeline.sh * gpu_deploy/requirements_gpu.txt * gpu_deploy/requirements_modernbert.txt * gpu_deploy/run_evals.sh * gpu_deploy/run_pipeline_v2.sh * requirements/ci-audit.txt * requirements/ci-build.txt * requirements/ci-dev.txt * requirements/ci-docs.txt * requirements/ci-fuzz.txt * requirements/ci-lint.txt * requirements/ci-release.in * requirements/ci-release.txt * requirements/ci-sast.txt * requirements/ci-sbom.txt * requirements/ci-types.txt * requirements/docker-gpu-export.txt * requirements/docker-gpu.txt * requirements/docker-server.txt The following files have no copyright information: * deploy/cloud-run/Dockerfile.saas * deploy/cloud-run/entrypoint.sh * deploy/quickstart/docker-compose.yml The following files have no licensing information: * gpu_deploy/distillation_master.sh * gpu_deploy/download_results.sh * gpu_deploy/master_runner.sh * gpu_deploy/master_runner_v2.sh * gpu_deploy/modernbert_master.sh * gpu_deploy/monitor.sh * gpu_deploy/pack.sh * gpu_deploy/pack_modernbert.sh * gpu_deploy/provision_distillation.sh * gpu_deploy/setup_instance.sh * gpu_deploy/setup_modernbert.sh # SUMMARY * Bad licenses: 0 * Deprecated licenses: 0 * Licenses without file extension: 0 * Missing licenses: AGPL-3.0-or-later\n", * Unused licenses: 0 * Used licenses: AGPL-3.0-or-later, AGPL-3.0-or-later\n",, CC-BY-4.0 * Read errors: 0 * Invalid SPDX License Expressions: 1 * Files with copyright information: 920 / 948 * Files with license information: 912 / 948 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 invalid SPDX License Expressions: In one or more files there are SPDX License Expressions which cannot be parse. Check whether the value that follows 'SPDX-License-Identifier:' is correct. If the detected expression is not meant to be valid, put it between 'REUSE-IgnoreStart' and 'REUSE- IgnoreEnd' comments. * 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/>