Skip to content

Add missing SPDX-FileCopyrightText headers to EmbeddingServer files#4596

Merged
ChrisJBurns merged 1 commit intomainfrom
fix/spdx-headers-embeddingserver
Apr 7, 2026
Merged

Add missing SPDX-FileCopyrightText headers to EmbeddingServer files#4596
ChrisJBurns merged 1 commit intomainfrom
fix/spdx-headers-embeddingserver

Conversation

@ChrisJBurns
Copy link
Copy Markdown
Collaborator

Summary

  • Two EmbeddingServer files were missing the required SPDX-FileCopyrightText copyright line, having only the SPDX-License-Identifier. This creates inconsistency with the rest of the codebase and may not satisfy REUSE specification requirements.
  • Added the missing // SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc. header to both files.

Fixes #4595

Type of change

  • Bug fix

Test plan

  • Linting (task lint-fix)
  • Manual testing (describe below)

Ran task license-check — passes with no errors. Verified both files now have the correct two-line SPDX header matching all other Go files in the repository.

Generated with Claude Code

Two EmbeddingServer files only had the SPDX-License-Identifier but were
missing the required SPDX-FileCopyrightText copyright line that all
other Go files in the repository include.

Fixes #4595

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions github-actions bot added the size/XS Extra small PR: < 100 lines changed label Apr 7, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.86%. Comparing base (dbe7c63) to head (61d4a1d).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4596      +/-   ##
==========================================
- Coverage   68.91%   68.86%   -0.05%     
==========================================
  Files         505      505              
  Lines       52403    52403              
==========================================
- Hits        36113    36087      -26     
- Misses      13499    13527      +28     
+ Partials     2791     2789       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ChrisJBurns ChrisJBurns merged commit 0734aae into main Apr 7, 2026
40 checks passed
@ChrisJBurns ChrisJBurns deleted the fix/spdx-headers-embeddingserver branch April 7, 2026 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Extra small PR: < 100 lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing SPDX-FileCopyrightText headers in EmbeddingServer files

2 participants