license
Installation
SKILL.md
License Checks
Check and fix license compliance using skywalking-eyes. Two CI jobs use this tool:
- license-header — verifies all source files have Apache 2.0 headers
- dependency-license — verifies the LICENSE file matches current dependencies
Steps
Header check (default, or check argument)
license-eye header check
- All valid: Output shows
valid: N, invalid: 0— nothing to do. - Invalid files found: Fix with
license-eye header fix, then re-check.