Skip to content

chore: add SPDX Apache-2.0 header to CHANGELOG.md#83

Merged
SSobol77 merged 1 commit into
mainfrom
hygiene/changelog-spdx-header
May 20, 2026
Merged

chore: add SPDX Apache-2.0 header to CHANGELOG.md#83
SSobol77 merged 1 commit into
mainfrom
hygiene/changelog-spdx-header

Conversation

@SSobol77
Copy link
Copy Markdown
Owner

Summary

Completes the Apache-2.0 license metadata normalization (residual file).

CHANGELOG.md was the only project-owned file remaining without an SPDX header after the bulk normalization tracked in #39.

Changes

  • Added Apache-2.0 SPDX header block to CHANGELOG.md (HTML comment, placed before first heading).

Out of scope (intentionally skipped)

  • packaging/linux/appimage/AppDirpackaging/** — generated AppImage staging, gitignored at .gitignore:188
  • logs/** — project logs (per .gitignore invariant)
  • .pytest_cache/** — test cache
  • ecli_github_backlog_bundle_v4_19_clean/** — local-only bundle, gitignored at .gitignore:215-217

Validation performed locally

Check Result
TOML parse (pyproject.toml, config.toml) OK
MIT references in source 0 hits
SPDX header file count 252 → 253
python3 -m compileall src main.py clean
Markdown structure preserved

Risk

Zero. No source code, no build scripts, no CI workflows touched. Only documentation metadata added.

Related

Completes the Apache-2.0 license metadata normalization started in #39
by adding the standard SPDX header block to CHANGELOG.md, the only
project-owned file that remained without one.

No content or runtime behavior changes. Header follows the project-wide
Markdown documentation format (HTML comment block placed before the first
heading).

Validation performed locally:
- TOML files parse cleanly (pyproject.toml, config.toml)
- No MIT license references in project-owned source files
- SPDX header count: 252 -> 253
- python3 -m compileall src main.py: clean
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 20, 2026

Warning

Rate limit exceeded

@SSobol77 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 28 minutes and 18 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 0b10a53f-a9be-4eae-ba08-58820979917b

📥 Commits

Reviewing files that changed from the base of the PR and between 63a6c48 and 4794bb1.

📒 Files selected for processing (1)
  • CHANGELOG.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch hygiene/changelog-spdx-header

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@sonarqubecloud
Copy link
Copy Markdown

@SSobol77 SSobol77 merged commit ab08b13 into main May 20, 2026
3 checks passed
@SSobol77 SSobol77 deleted the hygiene/changelog-spdx-header branch May 20, 2026 07:59
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.

1 participant