Skip to content

fix: restore MPL-2.0 license file required by bundled dependency#106

Merged
ricogu merged 2 commits into
mainfrom
fix/restore-mpl-2.0-license
May 26, 2026
Merged

fix: restore MPL-2.0 license file required by bundled dependency#106
ricogu merged 2 commits into
mainfrom
fix/restore-mpl-2.0-license

Conversation

@mdanish98

Copy link
Copy Markdown
Member

Summary

Restores LICENSES/MPL-2.0.txt which was incorrectly deleted in #103.

Root Cause

The file was removed under the assumption it was unused. However, .github/actions/core/dist/index.js (the bundled action) contains SPDX-License-Identifier: MPL-2.0 at line 54735, originating from the parse-commit-message npm dependency which is MPL-2.0 licensed. REUSE requires a corresponding license text file in LICENSES/ for every SPDX identifier found in any file.

Fix

Restored LICENSES/MPL-2.0.txt via reuse download MPL-2.0.

ricogu
ricogu previously approved these changes May 26, 2026
@ricogu

ricogu commented May 26, 2026

Copy link
Copy Markdown
Contributor

I think this needs to be applied on top of #105

@ricogu ricogu merged commit 036d86a into main May 26, 2026
13 checks passed
@ricogu ricogu deleted the fix/restore-mpl-2.0-license branch May 26, 2026 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants