Open Source Compliance
REUSE Compliance Checker
Enter a file header to check REUSE compliance โ correct SPDX-FileCopyrightText and SPDX-License-Identifier format, and whether the license identifier is valid.
No data is transmitted โ everything runs locallyTool
About this tool
REUSE Compliance Checker
The REUSE Compliance Checker validates file headers against the REUSE specification for correct SPDX-FileCopyrightText and SPDX-License-Identifier format.
โข Check a new file's header for REUSE compliance before committing
โข Validate the SPDX-License-Identifier format for a file in a REUSE-compliant project
โข Understand the REUSE format requirements before adopting the specification
โข Check whether a binary file header is handled correctly via DEP5 or .license
Affiliate disclosure
Credential and secrets management for teams. 1Password provides enterprise password management and secrets infrastructure for development teams.
View compliance credentials with 1Password
External site ยท Independent provider ยท We may receive a commission ยท Not a recommendation
FAQ
What does this tool tell you?
The REUSE Compliance Checker validates file headers against the REUSE specification for correct SPDX-FileCopyrightText and SPDX-License-Identifier format.
What affects the result most?
REUSE specification requires SPDX-FileCopyrightText and SPDX-License-Identifier in every source file. File header format: '// SPDX-FileCopyrightText: 2024 Author Name' followed by '// SPDX-License-Identifier: MIT'. LICENSES/ directory: every SPDX identifier used must have a corresponding LICENSE file.
How should I use the result?
Treat the tool's output as a first-pass check, not a proof of correctness. A clean pass means no issues in the patterns this tool recognizes; a failure points to a specific problem you can investigate in your source. The underlying spec is the authoritative source for edge cases.
Related tools