Unfortunately, github.com/ArcadeData/arcadedb 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/ArcadeData/arcadedb)
The API provides machine-readable artifacts for automatic analysis.
reuse spdx
command.
Commit 6b5b2327da9bcfd5d2f254326868c96d8ea70ad4
was checked on 15 Oct 2025 07:28:30 UTC
with the following result:
# UNUSED LICENSES The following licenses are not used: * MIT * OFL-1.1 # MISSING COPYRIGHT AND LICENSING INFORMATION The following files have no copyright and licensing information: * e2e-studio/package-lock.json * e2e-studio/package.json * e2e-studio/tsconfig.json * grpc/gRPC-Readme.txt * grpc/gRPC-vs-HTTP-PerformanceTest.txt * grpc-client/docs/Readme.txt * package/release-prompt.txt * studio/.gitignore * studio/.npmrc * studio/.nvmrc * studio/package-lock.json * studio/package.json * studio/scripts/copy-swagger-ui.js The following files have no licensing information: * e2e-studio/fixtures/test-fixtures.ts * e2e-studio/global-setup.ts * e2e-studio/global-teardown.ts * e2e-studio/playwright.config.ts * e2e-studio/tests/create-database.spec.ts * e2e-studio/tests/cytoscape-validation.spec.ts * e2e-studio/tests/datatables-compatibility.spec.ts * e2e-studio/tests/datatables-critical-validation.spec.ts * e2e-studio/tests/datatables-upgrade-validation.spec.ts * e2e-studio/tests/debug-datatables-version.spec.ts * e2e-studio/tests/graph-context-menu.spec.ts * e2e-studio/tests/graph-export.spec.ts * e2e-studio/tests/graph-performance.spec.ts * e2e-studio/tests/graph-styling.spec.ts * e2e-studio/tests/notification-test.spec.ts * e2e-studio/tests/query-beer-database.spec.ts * e2e-studio/types/global.d.ts * e2e-studio/utils/example-usage.ts * e2e-studio/utils/index.ts * e2e-studio/utils/test-config.ts * e2e-studio/utils/test-utils.ts * studio/scripts/security-audit.sh # SUMMARY * Bad licenses: 0 * Deprecated licenses: 0 * Licenses without file extension: 0 * Missing licenses: 0 * Unused licenses: MIT, OFL-1.1 * Used licenses: Apache-2.0 * Read errors: 0 * Invalid SPDX License Expressions: 0 * Files with copyright information: 1758 / 1771 * Files with license information: 1736 / 1771 Unfortunately, your project is not compliant with version 3.3 of the REUSE Specification :-( # RECOMMENDATIONS * Fix unused licenses: At least one of the license text files in 'LICENSES' is not referenced by any file, e.g. by an 'SPDX-License-Identifier' tag. Please make sure that you either tag the accordingly licensed files properly, or delete the unused license text if you are sure that no file or code snippet is licensed as such. * 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/>