Skip to content

Remove duplicate license headers - #69

Merged
elharo merged 1 commit into
masterfrom
fix/remove-duplicate-license-headers
Aug 20, 2026
Merged

Remove duplicate license headers#69
elharo merged 1 commit into
masterfrom
fix/remove-duplicate-license-headers

Conversation

@elharo

@elharo elharo commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Both MappingUtils.java and DashClassifierValueSource.java contained the full Apache License 2.0 header block twice -- once before the package declaration and again after it. This removes the second (duplicate) occurrence from each file.

No code or tests were changed. All existing tests pass.

Closes #66

…ifierValueSource.java

Both files contained the full Apache License 2.0 header block twice.
Remove the second occurrence from each file.

Closes #66
@elharo
elharo merged commit af6f2e1 into master Aug 20, 2026
16 checks passed
@elharo
elharo deleted the fix/remove-duplicate-license-headers branch August 20, 2026 12:16
@github-actions github-actions Bot added this to the maven-mapping-3.1.0 milestone Aug 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Duplicate license headers in MappingUtils.java and DashClassifierValueSource.java

2 participants