Unfortunately, github.com/grafana/xk6-dashboard 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/grafana/xk6-dashboard)
The API provides machine-readable artifacts for automatic analysis.
reuse spdx
command.
Commit 2988030594181e7407dd855f680edfc905898d29 was checked on 17 Feb 2026 20:51:58 UTC
with the following result:
# MISSING LICENSES 'AGPL-3.0-only' found in: * .github/ISSUE_TEMPLATE/bug.yaml * .github/ISSUE_TEMPLATE/config.yml * .github/ISSUE_TEMPLATE/enhancement.yaml * .github/ISSUE_TEMPLATE/experimental.yaml * .github/ISSUE_TEMPLATE/feature.yaml * cmd/k6-web-dashboard/README.md * cmd/k6-web-dashboard/main.go * cmd/root.go * dashboard/aggregate.go * dashboard/aggregate_test.go * dashboard/assets.go * dashboard/assets_test.go * dashboard/command.go * dashboard/command_test.go * dashboard/customize.go * dashboard/customize_test.go * dashboard/event.go * dashboard/event_test.go * dashboard/extension.go * dashboard/extension_test.go * dashboard/helper_test.go * dashboard/meter.go * dashboard/meter_test.go * dashboard/options.go * dashboard/options_test.go * dashboard/process.go * dashboard/record.go * dashboard/record_test.go * dashboard/registry.go * dashboard/registry_test.go * dashboard/replay.go * dashboard/replay_test.go * dashboard/report.go * dashboard/report_test.go * dashboard/sse.go * dashboard/sse_test.go * dashboard/testdata/assets/packages/report/dist/index.html * dashboard/testdata/assets/packages/ui/dist/index.html * dashboard/testdata/customize/config-custom.js * dashboard/web.go * dashboard/web_test.go * docs/.dashboard-custom.js * register.go * register_test.go * releases/template.md * releases/v0.5.5.md * releases/v0.6.0.md * releases/v0.6.1.md * script.js * scripts/demo/demo-browser.js * scripts/demo/demo-grpc.js * scripts/demo/demo-http.js * scripts/demo/demo-rest.js * scripts/demo/demo-ws.js * scripts/demo/demo.js * scripts/demo/hello.proto * scripts/demo/smurfs.js * scripts/test.js 'MIT' found in: * dashboard/aggregate_test.go * dashboard/assets_test.go * dashboard/command.go * dashboard/command_test.go * dashboard/event.go * dashboard/event_test.go * dashboard/extension.go * dashboard/extension_test.go * dashboard/helper_test.go * dashboard/meter.go * dashboard/meter_test.go * dashboard/options.go * dashboard/options_test.go * dashboard/registry.go * dashboard/registry_test.go * dashboard/replay.go * dashboard/replay_test.go * dashboard/report.go * dashboard/sse.go * dashboard/sse_test.go * dashboard/web.go * dashboard/web_test.go * register.go * register_test.go # MISSING COPYRIGHT AND LICENSING INFORMATION The following files have no copyright and licensing information: * .devcontainer/devcontainer.json * .editorconfig * .github/PULL_REQUEST_TEMPLATE.md * .github/workflows/publish-techdocs.yaml * .github/workflows/release-cli.yml * .github/workflows/release.yml * .github/workflows/validate.yml * .github/xk6-dashboard-social.png * .github/xk6-dashboard-social.svg * .github/zizmor.yml * .gitignore * .golangci.yml * .goreleaser.yaml * .vscode/extensions.json * CODEOWNERS * CODE_OF_CONDUCT.md * CONTRIBUTING.md * Makefile * README.md * catalog-info.yaml * dashboard/builtin.go * dashboard/testdata/assets/packages/config/dist/config.json * dashboard/testdata/customize/config/config.json * dashboard/testdata/customize/config-bad.json * dashboard/testdata/customize/config.json * dashboard/testdata/result.json * dashboard/testdata/result.json.gz * dashboard/testdata/result.ndjson * dashboard/testdata/result.ndjson.gz * docs/CODE_OF_CONDUCT.md * docs/dashboard.schema.json * docs/dashboard.schema.yaml * docs/how-it-works.md * go.mod * go.sum * mkdocs.yml * releases/v0.7.0.md * releases/v0.7.1.md * releases/v0.7.10.md * releases/v0.7.11.md * releases/v0.7.12.md * releases/v0.7.13.md * releases/v0.7.14.md * releases/v0.7.2.md * releases/v0.7.3.md * releases/v0.7.4.md * releases/v0.7.5.md * releases/v0.7.6.md * releases/v0.7.7.md * releases/v0.7.8.md * releases/v0.7.9.md * releases/v0.8.0.md * screenshot/k6-dashboard-cumulative.png * screenshot/k6-dashboard-custom.png * screenshot/k6-dashboard-html-report-screen-view.png * screenshot/k6-dashboard-html-report.html * screenshot/k6-dashboard-html-report.png * screenshot/k6-dashboard-overview-cumulative.png * screenshot/k6-dashboard-overview-dark.png * screenshot/k6-dashboard-overview-light.png * screenshot/k6-dashboard-overview-snapshot.png * screenshot/k6-dashboard-report.pdf * screenshot/k6-dashboard-report.png * screenshot/k6-dashboard-snapshot.png * screenshot/k6-dashboard-summary-dark.png * screenshot/k6-dashboard-summary-light.png * screenshot/k6-dashboard-summary.png * screenshot/k6-dashboard-timings-cumulative.png * screenshot/k6-dashboard-timings-dark.png * screenshot/k6-dashboard-timings-light.png * screenshot/k6-dashboard-timings-snapshot.png * tools/docsme/main.txt # SUMMARY * Bad licenses: 0 * Deprecated licenses: 0 * Licenses without file extension: 0 * Missing licenses: AGPL-3.0-only, MIT * Unused licenses: 0 * Used licenses: AGPL-3.0-only, MIT * Read errors: 0 * Invalid SPDX License Expressions: 0 * Files with copyright information: 58 / 130 * Files with license information: 58 / 130 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: