chore: add SPDX Apache-2.0 header to CHANGELOG.md#83
Conversation
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
|
Warning Rate limit exceeded
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 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 configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|



Summary
Completes the Apache-2.0 license metadata normalization (residual file).
CHANGELOG.mdwas the only project-owned file remaining without an SPDX header after the bulk normalization tracked in #39.Changes
CHANGELOG.md(HTML comment, placed before first heading).Out of scope (intentionally skipped)
packaging/linux/appimage/AppDirpackaging/**— generated AppImage staging, gitignored at.gitignore:188logs/**— project logs (per.gitignoreinvariant).pytest_cache/**— test cacheecli_github_backlog_bundle_v4_19_clean/**— local-only bundle, gitignored at.gitignore:215-217Validation performed locally
pyproject.toml,config.toml)python3 -m compileall src main.pyRisk
Zero. No source code, no build scripts, no CI workflows touched. Only documentation metadata added.
Related
chore: normalize Apache-2.0 license metadata across repository)